Downloader

Twitter / X

Download videos and GIFs from Twitter (X).

GET /v1/twitter/download

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

Fetch media from a Twitter/X URL.

Query Parameters:

ParameterRequiredDescriptionType
urlYesThe valid Twitter/X post URL.string
formatNomp4 or mp3. Defaults to mp4.string

Example

curl "https://api.cludz.net/v1/twitter/download?url=https://x.com/user/status/..." \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

{
  "statusCode": 200,
  "statusMessage": "Success",
  "message": "Media downloaded successfully",
  "data": {
    "title": "Tweet Text",
    "url": "https://download.url...",
    "thumbnail": "https://thumbnail.url...",
    "type": "video|gif",
    "author": "twitter_handle"
  }
}
Built with 💖 by Miza • © 2026 - Powered by Nuxt