# Twitter/X Video Downloader

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

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

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twitter-video-dl
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitter-x-video-downloader-98ee2d34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VVhs-1FCv_36TSO3YK92N

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-98ee2d34 -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

Use this endpoint when you need to programmatically extract and download video content from a Twitter/X post without using the official Twitter API. Ideal for agents that need to save or process video content from tweets on behalf of users, particularly when the official Twitter API access is unavailable or too expensive.

## Known failure modes

- Invalid or expired tweet URL returns an error
- Tweet contains no video media — only text or images
- Tweet is from a private/protected account that blocks access
- Rate limiting or platform-side blocking of the scraping request
- Geo-restricted content may not be accessible
- Deleted tweet returns not found error

## 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 the downloadable video URL(s) or direct media link(s) extracted from the specified Twitter/X post, potentially including different quality options or format variants of the video.

## 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-98ee2d34/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
