---
title: "Retrieve Caption Template"
method: GET
path: "/v1/videos/captions/templates/{template_id}"
tags: ["Video Captions"]
---

# Retrieve Caption Template

`GET /v1/videos/captions/templates/{template_id}`

## Path parameters

- `template_id` string, required

## Headers

- `x-api-key` string, required — API Key for authentication

## Response `200`

Returns a caption template

- MACaptionTemplate — Represents a caption style template
  - `id` string, required — Unique template identifier
  - `object` 'caption_template'
  - `name` string, required — Human-readable template name
  - `preview_url` string, nullable — URL to a preview video of the template
  - `created_at` integer, required — When the template was created (unix timestamp)

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mirage/apis/mirage-video-api.md) · [All operations](https://skmtc.net/mirage/apis/mirage-video-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mirage/mirage-video-api/revisions/ae3399c6a7c6/schema)
