---
title: "Get List of Templates"
method: GET
path: "/campaign_api/templates"
tags: ["Campaign Generation (Coming soon)"]
---

# Get List of Templates

`GET /campaign_api/templates`

Retrieve a list of templates available for campaign generation.

## Headers

- `api_token` string, required

## Response `200`

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.

- object[]
  - `id` integer
  - `name` string
  - `description` string
  - `created_at` string
  - `number_of_scenes` integer
  - `preview` string

## Other responses

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

---

[API](https://skmtc.net/bria-ai/apis/the-bria-api.md) · [All operations](https://skmtc.net/bria-ai/apis/the-bria-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/the-bria-api/revisions/2768230345a5/schema)
