v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

YouTube Video Caption

Get YouTube video caption.

post/youtube/video/mai/transcript

Request body

video_urlstring required

The YouTube video URL

Example request

{
  "video_url": "https://www.youtube.com/shorts/m8sOA8MxmQE"
}

Response

Transcription task information

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": {
    "task_id": "1cd78354af824c8eb1dafe4ed2435720"
  },
  "success": true
}