Retrieves the status of an AI Twin creation process.
curl --request POST \ --url https://api.captions.ai/api/twin/status \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "operationId": "<string>" }'
{ "state": "COMPLETE", "progress": 123 }
COMPLETE
Was this page helpful?