# Get 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).

Endpoint: GET /ads/templates

## Header parameters:

  - `api_token` (string, required)
    API token associated with the organization.

## Response 200 fields (application/json):

  - `id` (integer)

  - `name` (string)

  - `description` (string)

  - `created_at` (string)

  - `number_of_ads` (integer)

  - `preview` (string)

