Generate AD Text
Pick one of the two simple flows below to generate audio description text.1. Using a Video from public URL
Upload from a public URL and generate in one step.job_id to poll get_results for completion.
2. Using a Video from local file
Upload a local file and generate in one step.job_id to poll get_results for completion. On success, output.content contains the VTT string (or output.segments for JSON format).
Tips
- The default text output
formatisjson. Setformatto"vtt"to include a WebVTT string in the responseoutput. - Use
ad_typeofextended_adfor fuller descriptions orstandard_adfor concise ones. - Use
custom_instructionsto guide the AI’s description style (e.g. tone, focus, or length).
Retrieve Results
Use thejob_id from the previous step to fetch results:
format: "vtt"):
format: "json"):

