Downloader

TikTok

Download watermark-free videos and slide shows from TikTok.

GET /v1/tiktok/download

https://api.cludz.net/v1/tiktok/download

Fetch media from a TikTok URL. Supports standard videos and image slideshows.

Query Parameters:

ParameterRequiredDescriptionType
urlYesThe valid TikTok video URL.string
formatNomp4 or mp3. Defaults to mp4.string

Example

curl "https://api.cludz.net/v1/tiktok/download?url=https://vm.tiktok.com/..." \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

{
  "statusCode": 200,
  "statusMessage": "Success",
  "message": "Media downloaded successfully",
  "data": {
    "title": "Video Description",
    "url": "https://download.url...",
    "thumbnail": "https://thumbnail.url...",
    "duration": 60,
    "author": "tiktok_user"
  }
}
Built with 💖 by Miza • © 2026 - Powered by Nuxt