Transcript

Scrapes transcript from a TikTok video

1 creditper request
GET
/v1/tiktok/video/transcript
curl "https://api.scrapecreators.com/v1/tiktok/video/transcript" \
  -H "x-api-key: "
{
  "id": "7499229683859426602",
  "url": "https://www.tiktok.com/@stoolpresidente/video/7499229683859426602",
  "transcript": "WEBVTT


00:00:00.120 --> 00:00:01.840
Alright, pizza review time.

00:00:01.841 --> 00:00:03.761
Sal's Pizza Factory. Oh,

00:00:03.762 --> 00:00:05.721
it's Fucking Corn. We're in Charlotte.

00:00:05.722 --> 00:00:07.861
Alright man, any chance I can get a real quick picture?

00:00:07.920 --> 00:00:10.040
Shaq or Dwight Howard? I gotta pick one.\n"
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

url
string
required

TikTok video URL

Example:
https://www.tiktok.com/@stoolpresidente/video/7499229683859426602
language
string

Language of the transcript. 2 letter language code, ie 'en', 'es', 'fr', 'de', 'it', 'ja', 'ko', 'zh'

Example:
en
use_ai_as_fallback
string

Set to 'true' to use AI as a fallback to get the transcript if the transcript is not found. Costs 10 credits to use this feature. And only if the video is under 2 minutes.

Adds 10 credits when used
Example:
false