# KiteEndpoints.ai - Twitter/X Video Downloader

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

Downloads video content from Twitter/X posts given a tweet URL, returning downloadable video data

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/twitter-video-dl
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-twitter-x-video-downloader-7e6c1b56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DLhG95XMbA7-pYEd-38Z_

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 kiteendpoints-ai-twitter-x-video-downloader-7e6c1b56 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need to programmatically download or extract video files from Twitter/X posts and pay per use without a monthly subscription. It is well-suited for one-off or low-volume video downloads billed in USDC micro-payments via the x402 protocol on Base chain, avoiding the need to manage Twitter API credentials or developer accounts.

## Known failure modes

- Tweet URL is invalid or malformed — returns error indicating bad input
- Tweet has no video content (text-only or image tweet) — returns error or empty media result
- Tweet has been deleted or is from a private/protected account — returns access error
- Twitter/X rate limits or blocks the scraping request — returns timeout or 429-equivalent error
- Video is a retweet or embedded from a third-party platform not supported — may return incomplete data

## 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 an object containing video download URL(s), possibly with multiple quality options, video metadata such as duration and resolution, and direct links to the raw media files hosted on Twitter's CDN.

## 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/kiteendpoints-ai-twitter-x-video-downloader-7e6c1b56/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)
