cURL
curl --request POST \ --url https://api.captions.ai/api/ads/list-creators \ --header 'x-api-key: <api-key>'
{ "supportedCreators": [ "<string>" ], "thumbnails": {} }
Retrieves a list of AI creators that can be used for ad video generation.
Successful response containing available AI ad creators.
The response is of type object.
object
Was this page helpful?