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