T

Twitter/X Tweet Media Downloader · Tweet

by Twitter/X Tweet Media Downloader

GETBaseSolanaArbitrumPolygon

$0.005

per call · USD Coin on Base

Twitter (X) video & image downloader — pass a public tweet / X post URL, get direct CDN media links: .mp4 video URLs with thumbnails plus every image in the post, ready to stream, embed, re-host, or download. No scraping or browser automation.

Endpoint

GET https://xmedia.use.x402atlas.com/tweet

17

Calls / 30d

9

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://xmedia.use.x402atlas.com/tweet", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://xmedia.use.x402atlas.com/tweet?url=https%3A%2F%2Fx.com%2FBarackObama%2Fstatus%2F896523232098078720" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "image_count": 1,
  "images": [
    "https://pbs.twimg.com/media/AbC123.jpg"
  ],
  "post_url": "https://x.com/user/status/1234567890",
  "queried_at": "2026-07-05T12:00:00Z",
  "video_count": 1,
  "videos": [
    {
      "thumbnail": "https://pbs.twimg.com/amplify_video_thumb/1234567890/img/xyz.jpg",
      "url": "https://video.twimg.com/amplify_video/1234567890/vid/avc1/1920x1080/abc.mp4?tag=28"
    }
  ]
}

Payment details

Pay to0xb708af3bce13517357e498f8ffd277de93db9ef5
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from Twitter/X Tweet Media Downloader & similar services