---
title: "Get Brands"
method: GET
path: "/ads/brands"
tags: ["Endpoints"]
---

# Get Brands

`GET /ads/brands`

Retrieves the list of your private brands. For initial testing, you can use our public brand IDs directly in the `/ads/generate` endpoint. To create your own private brands that will appear in this list, please [Contact Us](https://bria.ai/contact-us).

## Headers

- `api_token` string, required

## Response `200`

Successfully retrieved list of brands.

- object[] — The list of brands, where each brand is an object containing the following properties - ID, name, description, and creation date.
  - `id` integer
  - `name` string
  - `description` string
  - `created_at` string

## Other responses

- `401` — Unauthorized. Invalid API key or authentication token.

---

[API](https://skmtc.dev/bria-ai/apis/ads-generation-api-reference.md) · [All operations](https://skmtc.dev/bria-ai/apis/ads-generation-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bria-ai/ads-generation-api-reference/revisions/0a07badbcbf7/schema)
