/tiktok
TikTok
Format lookup and watermark-free download for TikTok links.
Some endpoints on this page stream a file rather than returning JSON. Try-it-out shows the response headers for these instead of the file itself.
Get available formats
Get available download formats for a TikTok video URL.
POST
/tiktok/formatsTikTok video URL.
Response
Run the request to see a live response here.
Create download token
Create a one-time download token for a specific format.
POST
/tiktok/tokenTikTok video URL.
Format ID from the formats endpoint.
"video" or "audio".
Filename for the downloaded file.
Response
Run the request to see a live response here.
Download file
Streams the file for a one-time token. Token expires in 5 minutes and is single-use.
GET
/tiktok/dl/:tokenToken returned from the token endpoint.
Response
Run the request to see a live response here.