cURL
curl --request POST \ --url https://api.captions.ai/api/ads/submit \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "script": "<string>", "creatorName": "<string>", "mediaUrls": [ "<string>" ], "webhookId": "<string>", "resolution": "fhd" }'
{ "operationId": "<string>" }
Begins the AI Ads video generation process with a specified creator.
AI Ad video generation process started.
The response is of type object.
object
Was this page helpful?