v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Twitter Video Transcript

Get Twitter video transcript.

post/twitter/video/transcript

Request body

video_urlstring required

The Twitter video URL

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

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

Example request

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

Response

Video transcript in multiple formats (plain text and WEBVTT)

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": [
    {
      "tweetId": "1989901761650323606",
      "transcript_text": ">> 159.97 SO HE GOES. INTO THE LEAD AND THIS PLAY. LEAD AND THIS PLAY. >> HIS REACTION. >> HIS REACTION. >> YES. >> YES. >> FIRST PLACE ARE.",
      "json_text": [],
      "webvtt_text": "WEBVTT\n\n00:00:00.000 --> 00:00:05.696\n>> 159.97 SO HE GOES. INTO THE \nLEAD AND THIS PLAY.\n\n00:00:05.707 --> 00:00:07.974\nLEAD AND THIS PLAY. \n>> HIS REACTION."
    }
  ],
  "success": true
}