Captions · Schema

CreatorJobPollResponse

Response from polling an AI Creator or AI Ads video generation job. Returns in-progress state or completed video URL.

CompanyVideoArtificial IntelligenceVideo EditingVideo GenerationCaptionsSubtitlesText-to-SpeechAI AvatarsContent CreationMedia

Properties

Name Type Description
operationId string Unique job identifier returned from a submit endpoint
url string URL to the completed generated video (present when state=COMPLETE)
state string Current processing state of the job
progress number Progress percentage (present while state is QUEUED or PROCESSING)
View JSON Schema on GitHub

JSON Schema

captions-creator-job-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/captions-ai/main/json-schema/captions-ai-creator-job-schema.json",
  "title": "CreatorJobPollResponse",
  "description": "Response from polling an AI Creator or AI Ads video generation job. Returns in-progress state or completed video URL.",
  "type": "object",
  "properties": {
    "operationId": {
      "type": "string",
      "description": "Unique job identifier returned from a submit endpoint",
      "examples": ["op_xyz789abc"]
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL to the completed generated video (present when state=COMPLETE)",
      "examples": ["https://cdn.captions.ai/videos/op_xyz789abc.mp4"]
    },
    "state": {
      "type": "string",
      "enum": ["QUEUED", "PROCESSING", "COMPLETE"],
      "description": "Current processing state of the job"
    },
    "progress": {
      "type": "number",
      "minimum": 0,
      "maximum": 100,
      "description": "Progress percentage (present while state is QUEUED or PROCESSING)",
      "examples": [65]
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/captions-creator-job"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.