v1
latestOpenAPI 3.1.02026-07-266827131.9 KBYouTube Video Transcript
Get YouTube video transcript.
post/youtube/video/transcript
Request body
Example request
{
"video_url": "https://www.youtube.com/watch?v=Y2y4OpzKIK4",
"channel": "apify"
}Response
Video transcript
Example response
{
"msg": "success",
"data": [
{
"data": [
{
"start": "1.480",
"dur": "4.839",
"text": "they've intercepted a croc from the"
}
]
}
],
"success": true
}