v2

latestOpenAPI 3.1.02026-07-26232135.9 KB
Video Captions

Retrieve Caption Template

get/v1/videos/captions/templates/{template_id}

Path parameters

template_idstring required

Headers

x-api-keystring required

API Key for authentication

API Key for authentication

Response

Returns a caption template

idstring required

Unique template identifier

object'caption_template'
namestring required

Human-readable template name

preview_urlstring nullable

URL to a preview video of the template

created_atinteger required

When the template was created (unix timestamp)

Example response

{
  "id": "ctpl_123456789abcdefg",
  "name": "Bold White",
  "preview_url": "https://captions-cdn.xyz/studio-assets/captions-style-previews/1FA3A381-5DDF-4ECD-936B-63D7CF16DEB0.mp4",
  "created_at": 1730000000
}