Zernio
Zernio
API Reference

Tools

Download a TikTok videoGET
Dashboard
llms.txtOpenAPI
OverviewPlatformsAPI ReferenceResources
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
GET
/v1/tools/tiktok/download

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?

Create invite token

Generate a secure invite link to grant team members access to your profiles. Invites expire after 7 days and are single-use. Returns 403 when a requested profile is not found or not owned, or when called with a restricted (zrk_) API key: invite management is admin-plane.