v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Twitter Video Caption

Get Twitter video caption.

post/twitter/video/mai/transcript

Request body

video_urlstring required

The Twitter video URL

Example request

{
  "video_url": "https://x.com/NBCOlympics/status/1989901761650323606"
}

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
}