Get TikTok video transcript.
| Field | Type | Required | Description |
|---|---|---|---|
| video_url | string | Yes | The TikTok 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[].credits_remaining | string | Remaining API credits |
| data[].id | string | TikTok video ID |
| data[].url | string | TikTok video URL |
| data[].transcript | string | Video 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 WEBVTT format
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