Captions · Schema
MACaptionTemplate
Represents a caption style template available for use with the Captions Video API.
CompanyVideoArtificial IntelligenceVideo EditingVideo GenerationCaptionsSubtitlesText-to-SpeechAI AvatarsContent CreationMedia
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique template identifier |
| object | string | |
| name | string | Human-readable template name |
| preview_url | stringnull | URL to a preview video of the template |
| created_at | integer | When the template was created (unix timestamp) |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/captions-ai/main/json-schema/captions-ai-caption-template-schema.json",
"title": "MACaptionTemplate",
"description": "Represents a caption style template available for use with the Captions Video API.",
"type": "object",
"required": ["id", "name", "created_at"],
"properties": {
"id": {
"type": "string",
"description": "Unique template identifier",
"examples": ["ctpl_123456789abcdefg"]
},
"object": {
"type": "string",
"enum": ["caption_template"],
"default": "caption_template"
},
"name": {
"type": "string",
"description": "Human-readable template name",
"examples": ["Bold White"]
},
"preview_url": {
"type": ["string", "null"],
"format": "uri",
"description": "URL to a preview video of the template",
"examples": ["https://captions-cdn.xyz/studio-assets/captions-style-previews/1FA3A381-5DDF-4ECD-936B-63D7CF16DEB0.mp4"]
},
"created_at": {
"type": "integer",
"description": "When the template was created (unix timestamp)",
"examples": [1730000000]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/captions-caption-template"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.