Get transcripts for multiple videos
get_transcriptsFetch YouTube transcripts for up to 10 videos in batches of 3. Per-video failures return an error field without aborting the batch; offsetChars retrieves full text for truncated transcripts.
Instructions
Batch transcript fetch (max 10 videos, 3 at a time). Per-video failures don't kill the batch — failed entries carry an error field. Each transcript is truncated to fit; use get_transcript with offsetChars for full text of long ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videos | Yes | Video IDs or URLs | |
| language | No | Preferred caption language code (default 'en') |