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 "X-API-Key: YOUR_API_KEY"

Response

{
  "statusCode": 202,
  "statusMessage": "Accepted",
  "message": "Download task created",
  "data": {
    "taskId": "tsk_123456789",
    "status_url": "/v1/tasks/tsk_123456789"
  }
}
This endpoint uses background tasks. Poll the status_url or use the Tasks API to get the final search results.
Built with 💖 by Miza • © 2026 - Powered by Nuxt