get_timed_transcript
Get a timestamped transcript of any YouTube video by supplying its URL and optional language code.
Instructions
Retrieves the transcript of a YouTube video with timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the YouTube video | |
| lang | No | The preferred language for the transcript | en |
| next_cursor | No | Cursor to retrieve the next page of the transcript |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the video | |
| snippets | Yes | Transcript snippets of the video | |
| next_cursor | No | Cursor to retrieve the next page of the transcript |