v1

latestOpenAPI 3.1.0MIT2026-07-262861121.0 KB

Extract transcripts from YouTube videos programmatically. Supports multiple URLs per request and provides detailed response information including success/failure status for each video.

post/youtube-transcribe

Request body

urlsstring[] required

Array of YouTube URLs to transcribe (maximum 10 URLs per request)

Example request

{
  "urls": [
    "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
    "https://youtu.be/kJQP7kiw5Fk"
  ]
}

Response

YouTube transcription response with results for each URL