---
title: "Get Templates"
method: GET
path: "/ads/templates"
tags: ["Endpoints"]
---

# Get Templates

`GET /ads/templates`

Retrieves the list of your private templates. To start experimenting right away, use our public template IDs (**1062**, **1061**) directly in the `/ads/generate` endpoint. To create your own private templates that will appear here, please [Contact Us](https://bria.ai/contact-us).

## Headers

- `api_token` string, required

## Response `200`

Successfully retrieved list of templates.

- object[] — The list of templates, where each template is an object containing the following properties - ID, name, description, creation date, number of scenes, and a preview.
  - `id` integer
  - `name` string
  - `description` string
  - `created_at` string
  - `number_of_ads` integer
  - `preview` 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)
