Tools
Download a TikTok video
Get a download URL or list available formats for a TikTok video. Requires Tools API access and uses the Tools API rate limit. Provider gateway failures and provider-side access blocks return 503; an unavailable video returns 404.
PlatformsTikTok
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Query Parameters
url*string
TikTok video URL or numeric video ID.
action?string
Return a download URL or the available formats.
Default
"download"Value in
- "download"
- "formats"
formatId?string
Format ID from the formats response. Omit to select the first available format.
Response Body
application/json
application/json
application/json
application/json
application/json
{ "success": true, "title": "TikTok by @example", "format": "MP4 • No watermark", "downloadUrl": "https://example.com/video.mp4"}Was this page helpful?