---
title: "Get Template info by ID"
method: GET
path: "/ads/templates/{template_id}"
tags: ["Endpoints"]
---

# Get Template info by ID

`GET /ads/templates/{template_id}`

Retrieve details for a specific private template by its ID.
Please note: This endpoint is for inspecting your private templates only and cannot be used to retrieve details for public template IDs.

## Path parameters

- `template_id` string, required

## Headers

- `api_token` string, required

## Response `200`

Successfully retrieved template details.

- object — An object containing scene definitions and their resolutions. Keys representing scenes (e.g., "scene_1") map to arrays of their elements. The specific key "scene_resolutions" maps to an object containing resolution details for each scene.
  - `scene_resolutions` object — A dictionary mapping scene keys (e.g., "scene_1") to their resolution dimensions.

## Other responses

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

---

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