Captions · Example Payload

Captions Creator Submit Example

Example showing how to submit a talking-head video generation job using the AI Creator API.

CompanyVideoArtificial IntelligenceVideo EditingVideo GenerationCaptionsSubtitlesText-to-SpeechAI AvatarsContent CreationMedia

Captions Creator Submit Example is an example object payload from Captions, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponsepoll_examplenotes

Example Payload

Raw ↑
{
  "title": "Submit AI Creator Video Job",
  "description": "Example showing how to submit a talking-head video generation job using the AI Creator API.",
  "request": {
    "method": "POST",
    "url": "https://api.captions.ai/api/creator/submit",
    "headers": {
      "x-api-key": "your_api_key_here",
      "Content-Type": "application/json"
    },
    "body": {
      "script": "Welcome to Captions! Create stunning AI videos in seconds using our powerful API.",
      "creatorName": "Kate",
      "resolution": "4k"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "operationId": "op_xyz789abc123"
    }
  },
  "poll_example": {
    "request": {
      "method": "POST",
      "url": "https://api.captions.ai/api/creator/poll",
      "headers": {
        "x-api-key": "your_api_key_here",
        "Content-Type": "application/json"
      },
      "body": {
        "operationId": "op_xyz789abc123"
      }
    },
    "response_in_progress": {
      "status": 200,
      "body": {
        "state": "PROCESSING",
        "progress": 45
      }
    },
    "response_complete": {
      "status": 200,
      "body": {
        "state": "COMPLETE",
        "url": "https://cdn.captions.ai/videos/op_xyz789abc123.mp4"
      }
    }
  },
  "notes": "Scripts must be 800 characters or fewer. Rate limit is 5 requests per minute. Usage billed at 1 credit per second of generated video."
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/captions-creator-submit-example"
All examples
curl "https://apis.io/api/v1/examples?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.