youtube_get_transcript
Retrieve video captions or transcripts by providing a YouTube video ID, with optional language selection and the choice to use the official Data API 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 |