Get transcript from a supported video platform (YouTube, TikTok, Twitter, Instagram, Facebook) or file URL. If the video is too large to return transcript immediately, request returns a job ID. Use the /transcript/:jobId endpoint to get job results.
Video URL from any supported platform (YouTube, TikTok, Twitter, Instagram) or a file URL.
"https://youtu.be/dQw4w9WgXcQ"
When true, returns plain text transcript.
Maximum characters per transcript chunk (only when text=false)
50 <= x <= 100001000
Transcript mode: native (only fetch existing transcript), generate (always generate transcript using AI), or auto (try native, fallback to generate if unavailable). If url is a file URL, mode is always generate.
native, auto, generate "auto"
Successfully fetched or generated transcript