list_transcripts
Retrieve all available transcripts for a YouTube video by specifying its ID or URL, ensuring accurate and accessible content extraction in multiple formats.
Instructions
List all available transcripts for a YouTube video
Input Schema
Name | Required | Description | Default |
---|---|---|---|
videoId | Yes | YouTube video ID or URL |
Input Schema (JSON Schema)
{
"properties": {
"videoId": {
"description": "YouTube video ID or URL",
"type": "string"
}
},
"required": [
"videoId"
],
"type": "object"
}