App Logo
tiktok.com

Download TikTok video (mp4)

Download a TikTok video's mp4 bytes by URL or id, returned as base64 (caller decodes to a file). Pick a quality to control size.

Input

video required

Full TikTok video URL or a bare numeric video id.

quality optional

Which encoded rendition to fetch, by ascending bitrate. base64 inflates size ~33%, so prefer lower for large/long videos (see sizeBytes in the output).

Default: "medium"

Output

mime required
base64 required

Base64-encoded mp4 bytes. Decode and write to a .mp4 file.

videoId required
sizeBytes required

Decoded mp4 size in bytes.

quality optional
gearName optional

TikTok's internal rendition label for the chosen quality.

Start building not clicking