---
title: "Get Template Information"
method: GET
path: "/campaign_api/templates/{template_id}"
tags: ["Campaign Generation (Coming soon)"]
---

# Get Template Information

`GET /campaign_api/templates/{template_id}`

Retrieve details for a specific template by template ID.

## Path parameters

- `template_id` string, required

## Headers

- `api_token` string, required

## Response `200`

The requested template ID object, containing its ID, scene number, and the elements object.

- object
  - `id` string
  - `scene_number` integer
  - `elements` object[]
    - `layer_type` string
    - `content_type` string
    - `content` string

## Other responses

- `401` — Unauthorized. Invalid API key or authentication token.
- `404` — Template not found for the provided template ID.

---

[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)
