get_video_transcript
Extract video transcripts with timestamps from YouTube for summarization and content analysis. Input a video ID to retrieve captions in your preferred language.
Instructions
Fetch the transcript/captions for a YouTube video. Returns the full text with timestamps. Useful for video summarization and content analysis.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videoId | Yes | YouTube video ID | |
| language | No | Language code for transcript (default: "en") | en |
| includeTimestamps | No | Include timestamps in the output (default: true) |