Transcripts
This API allows you to fetch the transcripts of a set of YouTube video IDs.
POST /api/transcripts
Headers
Authorization
Required
Content-Type
Required
application/json
Parameters
ids
Required
Array of strings that contains the ids of all the video's you want the transcripts of. Limited to 50 at a time!
curl -X POST https://www.youtube-transcript.io/api/transcripts \
-H "Authorization: Basic <your-api-token>" \
-H "Content-Type: application/json" \
-d '{"ids": ["jNQXAC9IVRw"]}'
By using this Service, you acknowledge that you have read, understood, and agreed to these Terms of Service.