# 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. You can see these in action in our Playground Demo. To create your own private templates that will appear here, please 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) ## Response 401 fields