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

Response

200
application/json
Video generation process started.

The response is of type object.