v2
latestOpenAPI 3.1.02026-07-26232135.9 KBVideo Captions
List Caption Templates
List available caption style templates.
Returns a paginated list of templates that can be used when creating captioned videos.
get/v1/videos/captions/templates
Query parameters
limitinteger
Max number of items to return
Max number of items to return
afterstring nullable
Return items strictly after this template ID
Return items strictly after this template ID
Headers
x-api-keystring required
API Key for authentication
API Key for authentication
Response
Returns a paginated list of available caption templates
Example response
{
"data": [
{
"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
}
]
}