Node.js
YouTube Endpoints
Transcript
deprecated
Get transcript from YouTube video in various formats and languages. If the lang parameter is not provided or the transcript is not available in the requested language, the API defaults to the first available language.
GET
Node.js
Documentation Index
Fetch the complete documentation index at: https://docs.supadata.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
YouTube video URL. See supported URL formats.
Example:
"https://youtu.be/dQw4w9WgXcQ"
YouTube video ID. Alternative to URL.
Example:
"dQw4w9WgXcQ"
When true, returns plain text transcript.
Maximum characters per transcript chunk (only when text=false)
Required range:
50 <= x <= 10000Example:
1000