# Twitter/X Video Downloader

> Twitter/X Video Downloader is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Downloads and retrieves video content from Twitter/X posts given a tweet URL or ID

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter-x-video-dl
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-x-video-downloader-aa62d4aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oF51HdeWj8DPEPaVWV6t0

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability twitter-x-video-downloader-aa62d4aa -d '<json body>'
```

Example prompt: Can you download the video from this tweet for me? https://twitter.com/user/status/1234567890

## When to prefer this

Choose this endpoint when you need to programmatically extract and download video content from a specific Twitter/X post. It is ideal for archiving, content repurposing, or offline viewing workflows where direct video URLs are required. Prefer this over generic web scrapers when dealing specifically with Twitter/X video formats.

## Known failure modes

- Tweet does not contain a video — returns empty or error result
- Tweet URL is invalid or tweet has been deleted — returns 404-style error
- Video is geo-restricted or account is private — access denied response
- Twitter/X rate limiting or API changes may cause intermittent failures
- Malformed input URL causes parsing failure

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing a direct download URL or stream link for the video embedded in the specified tweet, along with any available metadata such as resolution, format, or thumbnail information.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twitter-x-video-downloader-aa62d4aa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
