Get Twitter video transcript.
| Field | Type | Required | Description |
|---|---|---|---|
| video_url | string | Yes | The Twitter video URL |
| channel | string | Yes | The channel name. Supported values: apify, rapid, memories.ai |
| Parameter | Type | Description |
|---|---|---|
| code | string | Response code indicating the result status |
| msg | string | Response message describing the operation result |
| data | array[object] | Array containing transcript data objects |
| data[].tweetId | string | Twitter/X tweet ID |
| data[].transcript_text | string | Plain text transcript without timing information |
| data[].json_text | array | JSON format transcript (may be empty array) |
| data[].webvtt_text | string | Transcript in WEBVTT format with timing information |
| success | boolean | Indicates whether the operation was successful |
| failed | boolean | Indicates whether the operation failed |
Video transcript in multiple formats (plain text and WEBVTT)
Response code indicating the result status
"0000"
Response message describing the operation result
"success"
Array containing transcript data objects
Indicates whether the operation was successful
true
Indicates whether the operation failed
false