Downloader

Twitch

Download clips and VODs from Twitch.

GET /v1/twitch/download

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

Fetch media from a Twitch URL. Supports clips and VODs.

Query Parameters:

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

Example

curl "https://api.cludz.net/v1/twitch/download?url=https://www.twitch.tv/..." \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

{
  "statusCode": 200,
  "statusMessage": "Success",
  "message": "Media downloaded successfully",
  "data": {
    "title": "Stream/Clip Title",
    "url": "https://download.url...",
    "thumbnail": "https://thumbnail.url...",
    "duration": 3600,
    "channel": "Channel Name"
  }
}
Built with 💖 by Miza • © 2026 - Powered by Nuxt