v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

TikTok Video Transcript

Get TikTok video transcript.

post/tiktok/video/transcript

Request body

video_urlstring required

The TikTok video URL

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

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

Example request

{
  "video_url": "https://www.tiktok.com/@cutshall73/video/7543017294226558221",
  "channel": "apify"
}

Response

Video transcript in WEBVTT format

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": [
    {
      "credits_remaining": "9997665621",
      "id": "7543017294226558221",
      "url": "https://www.tiktok.com/@cutshall73/video/7543017294226558221",
      "transcript": "WEBVTT\n\n\n00:00:00.140 --> 00:00:01.600\nSay hi. Hi.\n\n00:00:01.700 --> 00:00:03.560\nSay. Say I'm alive.\n\n00:00:03.660 --> 00:00:06.280\nI'm alive. We're gonna do a little OOTD."
    }
  ],
  "success": true
}