Get TikTok video transcript
Returns transcript text for a TikTok video when one is available.
Operation
/v1/tiktok/videos/transcriptPricing
- Base
- 1 credit
useAiFallback= true— AI transcript fallback- +10 credits
Headers
API key (`sfk_...`)
Parameters
Link to the TikTok video whose transcript should be returned.
min 1 chars · max 4096 chars · pattern: ^https:\/\/
Optional two-letter language code to request a transcript in a specific language when available.
min 2 chars · max 2 chars
When true, uses SocialFetch's AI fallback when a transcript is not otherwise available. Adds 10 credits on completed lookups (11 total with the base lookup).
Response fields
Endpoint-specific response payload.
Whether the transcript lookup resolved to a TikTok video.
one of: found, not_found
Video identity when the lookup resolved.
TikTok video id.
min 1 chars
Canonical public TikTok URL for the video.
min 1 chars
Transcript content when one is available for the resolved video.
Transcript format.
one of: webvtt
Raw transcript text.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
Responses
Transcript lookup result.
Error codes