get_transcript
Retrieve a video's transcript as plain text or VTT. Specify a language or use the active track; text mode strips timestamps for summarizing or repurposing.
Instructions
Get a video's transcript as plain readable text. Picks the active track, or the language you name. Returns the words only, with cue numbers and timestamps stripped, which is what you want for summarizing or repurposing. Ask for format 'vtt' to keep the timings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | 'text' strips timings. 'vtt' returns the raw WebVTT. | text |
| language | No | Language code such as 'en' or 'en-US'. Omit to use the active track. | |
| video_id | Yes | Video id. |