cURL
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>" }
Begins the process of creating an AI Twin.
AI Twin creation started.
The response is of type object.
object
Was this page helpful?