POST
/
creator
/
submit
curl --request POST \
  --url https://api.captions.ai/api/creator/submit \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "script": "<string>",
  "creatorName": "<string>",
  "webhookId": "<string>",
  "resolution": "fhd"
}'
{
  "operationId": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
script
string
required

Script for the AI Creator (max 800 characters).

creatorName
string

Name of the AI Creator. Default is "Kate".

webhookId
string

Unique ID for a registered webhook.

resolution
enum<string>

Desired output resolution (default is 4k).

Available options:
fhd,
4k

Response

200
application/json
Video generation process started.
operationId
string