get_transcript
Fetch full transcripts from YouTube, TikTok, Instagram, X, Facebook videos or direct media URLs. When captions are absent, use AI to transcribe the audio.
Instructions
Fetch the full transcript for a video. Accepts a YouTube video ID or URL, plus TikTok, Instagram, X (Twitter), and Facebook video URLs and direct media file URLs. If no transcript comes back, the result says whether captions definitively do not exist (aiFallback.captionsUnavailable) and whether transcribing the audio would still work (aiFallback.available). When it does, call this tool again with ai_fallback: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | Video ID or URL, YouTube (dQw4w9WgXcQ, youtu.be/...), TikTok, Instagram, X, Facebook, or a direct media file URL. | |
| ai_fallback | No | Skip captions and transcribe the audio with AI instead. Use this only after a previous call reported aiFallback.available, it starts an async job (1 credit on delivery) that takes 1-3 minutes. |