POST
/
twin
/
create
curl --request POST \
  --url https://api.captions.ai/api/twin/create \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "videoUrl": "<string>",
  "language": "<string>",
  "calibrationImageUrls": [
    "<string>"
  ]
}'
{
  "operationId": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required

Name of the AI Twin.

videoUrl
string
required

Link to the calibration video.

calibrationImageUrls
string[]
required

List of calibration images.

language
string

Language spoken in the video. Default is English.

Response

200 - application/json
AI Twin creation started.
operationId
string