Get many transcripts at once
get_transcriptsFetch transcripts for up to 20 videos in one call — pass an array of YouTube URLs or ids. Each new library addition costs 1 credit; repeats from this account's library are free. Videos without captions are reported per-item and do not fail the batch. For whole channels or playlists, first list the videos with get_channel_videos / get_playlist_videos, then batch the ids through this tool. If the balance runs out, completed items are returned with partial=true and an out_of_credits stopped block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videos | Yes | Up to 20 YouTube video URLs or ids. | |
| language | No | Preferred caption language code. Default 'en'. |