cURL
curl --request POST \ --url https://api.captions.ai/api/creator/poll \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "operationId": "<string>" }'
{ "url": "<string>" }
Polls the status of an AI Creator video generation process.
Job complete or in progress.
The response is of type object.
object
Was this page helpful?