Introduction

The GET /api/brand-templates endpoint returns a list of brand templates that are available for use in your projects. Each template is associated with a unique ID that you can use to reference it in your project.

Request Parameters

  • q (required): Query type, must be mine.

Example

curl --request GET \
  --url 'https://api.opus.pro/api/brand-templates?q=mine' \
  --header 'Authorization: <API_KEY>'

Ensure you replace API_KEY with your actual API key.

Playground

Generate Code Snippet

You can use this code generator to generate code snippets easily.

Response Schema

API Response Schema

For more details of response, please refer to the API response schema.