Get several transcripts
get_transcriptsFetch transcripts for up to 20 videos at once, including placeholders for videos without captions. Ideal for comparing openings or building a corpus for analysis.
Instructions
Fetch transcripts for up to 20 videos in one call. A video with no captions is reported in place rather than failing the batch. Use it to compare how a set of videos open, or to build a corpus before analysing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videos | Yes | Up to 20 video ids or URLs. | |
| language | No | ||
| max_chars_each | No | Truncate each transcript to this many characters. Useful when you only need the openings. |