zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Downloader/Twitter / X Downloader
Logo Twitter / X Downloader

Twitter / X Downloader

Download video dari Twitter / X. Tempel URL tweet yang berisi video.

Endpoints
1
Requests
32
Updated
3 months ago
For LLMs
llms.txt
Endpoint healthyesterday
  • downloadpassing, 1.6s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/downloader:twitter/download1h cache4 paramschecking key…
Parameters
urlstringrequired

Twitter / X media URL (video or post). Query params are fine.

qualityenum

Max video quality — max = best available. Ignored when audioOnly=true.

audioOnlyenum

Set true to fetch audio only. Default false (video).

audioFormatenum

Audio container when audioOnly=true. Default mp3.

·
Response
EXAMPLE
{
  "ok": true,
  "url": "https://video.twimg.com/ext_tw_video/1732820284301058052/pu/vid/avc1/1920x1080/K2NITCly19drRgED.mp4",
  "type": "video",
  "filename": "twitter_1732824684683784516.mp4",
  "provider": "twitter",
  "originalUrl": "https://x.com/SpaceX/status/1732824684683784516"
}

Code examples

Download
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("downloader:twitter", "download", {
  "url": "https://x.com/SpaceX/status/1732824684683784516",
  "quality": "1080",
  "audioOnly": "false",
  "audioFormat": "mp3"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/downloader:twitter/download?url=https%3A%2F%2Fx.com%2FSpaceX%2Fstatus%2F1732824684683784516&quality=1080&audioOnly=false&audioFormat=mp3" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETDownload/v1/downloader:twitter/downloadDownload media dari Twitter / X.

Parameters

urlstringrequired
Twitter / X media URL (video or post). Query params are fine.
qualityenumoptional
Max video quality — max = best available. Ignored when audioOnly=true. Values: 144, 240, 360, 480, 720, 1080, max.
audioOnlyenumoptional
Set true to fetch audio only. Default false (video). Values: true, false.
audioFormatenumoptional
Audio container when audioOnly=true. Default mp3. Values: mp3, opus, ogg, wav.

Request

curl -X GET "https://api.zpi.web.id/v1/downloader:twitter/download?url=https%3A%2F%2Fx.com%2FSpaceX%2Fstatus%2F1732824684683784516&quality=1080&audioOnly=false&audioFormat=mp3" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "url": "https://video.twimg.com/ext_tw_video/1732820284301058052/pu/vid/avc1/1920x1080/K2NITCly19drRgED.mp4",
  "type": "video",
  "filename": "twitter_1732824684683784516.mp4",
  "provider": "twitter",
  "originalUrl": "https://x.com/SpaceX/status/1732824684683784516"
}

Related APIs

More in downloader

Instagram Downloader

downloader/instagram

Download Reels, video, & foto dari Instagram. Carousel multi-media didukung. Tempel URL post/reel.

92 calls·1h cache

YouTube Downloader

downloader/youtube

Download video & audio dari YouTube — kualitas hingga 1080p, mode audio-only (mp3). Tempel URL, dapat link unduhan langsung.

59 calls·1h cache

Pixeldrain Downloader

downloader/pixeldrain

Pixeldrain file info & downloader — retrieve metadata, direct download link, and availability status from any public Pixeldrain file.

28 calls·6m cache

Pinterest Downloader

downloader/pinterest

Download video & gambar dari Pinterest. Tempel URL pin.

26 calls·1h cache

Facebook Downloader

downloader/facebook

Download video & Reels dari Facebook. Tempel URL video/watch/reel publik.

9 calls·1h cache

MediaFire Downloader

downloader/mediafire

MediaFire file downloader — retrieve direct download link, file metadata, and size info from any public MediaFire share URL.

12 calls·6m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026