API Overview This realtime utility endpoint resolves a TikTok video URL into practical media resources such as cover image, playback URL, standard download URL, no-watermark download URL, dynamic cover URL, and the associated video_id. It is a resource extraction tool, not a performance-analysis endpoint.Recommended Use Cases
Turn a TikTok video link into usable media URLs
Retrieve no-watermark video assets
Extract static and dynamic covers
Resolve a shared video link into a standard video_id
Prepare media assets for archiving, creative review, or downstream processing Its biggest advantage is low input friction: once you have a public video link, you can quickly retrieve the media resources most downstream workflows need.
Notes
You need to pass a valid TikTok web video URL, app share shortlink, or a directly resolvable video link format supported by the endpoint
Playback and download URLs are typically time-sensitive and are not ideal for long-term caching
This endpoint is best used for media extraction, not for performance, interaction, or trend analysis
Realtime endpoints may hit risk control; if the API returns code=500, keep retrying (code=500 does not consume your current usage quota)
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password