Documentation Index
Fetch the complete documentation index at: https://docs.viddyscribe.com/llms.txt
Use this file to discover all available pages before exploring further.
Generate AD Audio
Generate an audio-only track with audio descriptions (no video rendering). This is useful when you only need the audio track without video processing.Already uploaded media or using the signed upload flow? Generate with
media_id. See Large Local File Upload or API Reference.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.Direct multipart upload supports local files up to 32 MB. For larger local files, see Large Local File Upload.
job_id to poll get_results for completion. On success, audio_signed_url contains a signed URL to download the audio track (WAV format).
Tips
- Note: Audio generation only supports
standard_adtype (concise descriptions during dialogue pauses). - The default text output
formatisjson. Setformatto"vtt"to include a WebVTT string in the responseoutput. - Audio output is priced at 0.75x the base workflow cost.
- Use
custom_instructionsto guide the AI’s description style (e.g. tone, focus, or length). - Set
audio_track_typeto"ad_only"to receive just the AD narration WAV; the default"mixed"returns the source dialogue plus AD narration.
Retrieve Results
Use thejob_id from the previous step to fetch results:
format: "vtt"):

