# 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.12/call, status unknown (last checked 2026-09-13).

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-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-5e03695c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O8jwzSzrmFmtcIBdeNi99

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-5e03695c -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 Twitter/X posts. Ideal for agents automating social media content archiving, media monitoring pipelines, or when a user wants to save a viral tweet video. Pay-per-request pricing via USDC makes it suitable for low-volume or on-demand use cases without a subscription.

## Known failure modes

- Tweet URL is invalid or malformed — returns error in result object
- Tweet does not contain a video — no media found response
- Tweet is from a private/protected account — access denied error
- Video has been deleted or tweet removed — not found error
- Rate limiting from Twitter/X — temporary failure response

## 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 video download URL or file data extracted from the specified Twitter/X post, potentially including video quality options and metadata such as duration or resolution.

## 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-5e03695c/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)
