v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

YouTube Video Transcript

Get YouTube video transcript.

post/youtube/video/transcript

Request body

video_urlstring required

The YouTube video URL

channel'apify' | 'rapid' | 'memories.ai' required

The channel name. Supported values: apify, rapid, memories.ai

Example request

{
  "video_url": "https://www.youtube.com/watch?v=Y2y4OpzKIK4",
  "channel": "apify"
}

Response

Video transcript

codestring

Response code indicating the result status

msgstring

Response message describing the operation result

successboolean

Indicates whether the operation was successful

failedboolean

Indicates whether the operation failed

Example response

{
  "msg": "success",
  "data": [
    {
      "data": [
        {
          "start": "1.480",
          "dur": "4.839",
          "text": "they've intercepted a croc from the"
        }
      ]
    }
  ],
  "success": true
}