youtube_get_transcript
Fetch the transcript or captions for a YouTube video by providing its video ID. Supports language selection and an optional official API mode for your own videos.
Instructions
Get the transcript/captions for a video.
By default uses youtube-transcript-api (works for any public video, no quota cost). Set use_official_api=True to use the official Data API (only for your own videos, costs quota units).
Args: video_id: YouTube video ID language: Preferred language code (e.g., "en", "es", "ja") use_official_api: If True, use official API (own videos only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | en | |
| video_id | Yes | ||
| use_official_api | No |