Get transcript
get_transcriptRead the transcript of any public YouTube video without an API key or account. Returns prose or timestamped lines for citing specific moments.
Instructions
Read the transcript of ANY public YouTube video, not just your own. Needs no API key, no connected account and no quota. Returns prose by default, or timestamped lines when you need to cite a moment. Videos with captions disabled have no transcript and nothing can recover one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | Video id or any YouTube URL: watch, youtu.be, Shorts, embed or live. | |
| language | No | Language code such as `en`, `es`, `de`. Defaults to English, then whatever exists. | |
| timestamps | No | Return `[m:ss] text` lines instead of prose. Use when you need to point at a moment. | |
| group_seconds | No | Seconds of speech per timestamped line. Default 30. |