Get chapters
get_chaptersSplit a public video into topic chapters (start/end seconds, title, one-line summary) from its transcript. Transcribes the video first if needed (same cost and async behaviour as get_transcript); the chapters themselves are free and cached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public video URL: YouTube video/short/live replay, Twitch VOD, Kick VOD or TikTok video. | |
| language | No | Spoken language of the video as ISO-639-1 (e.g. 'en', 'es'). Omit to auto-detect. | |
| max_chapters | No | Upper bound of chapters (default 12). | |
| wait_seconds | No | Seconds to wait for processing before returning status 'processing' (default 90). Long videos can take several minutes: just call again. | |
| output_language | No | Language for titles and summaries (ISO-639-1). Default: the language of the video. |