API endpoint to retrieve the transcript from a TikTok video.
application/json (required)<API_KEY> (required)| Parameter | Type | Description | Required | Default |
|---|---|---|---|---|
videoUrl | string | The full URL of the TikTok video you want to get the transcript for. | Yes | |
preferredLanguage | string | The 2-letter ISO 639-1 language code for the desired transcript language. | No | en |
application/jsonvideoUrl parameter is requiredInvalid JSON in request bodyInvalid TikTok videoUrl format.TikTok transcript API error: <details from service> (if the external service returns a structured error)Failed to get TikTok transcript: <details> (for other processing errors)Invalid response from TikTok transcript service: <details>TikTok transcript service API key not configured. (if server-side configuration is missing)videoUrl parameter must be a valid TikTok video URL.X-RateLimit-Limit and X-RateLimit-Remaining) are included in the response to indicate the user’s current rate limit status.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.