# KiteEndpoints.ai - Social Video Downloader (v2)

> KiteEndpoints.ai - Social Video Downloader (v2) is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.13/call, status unknown (last checked 2026-09-15).

Downloads or extracts video content from social media platforms by URL, returning media data or download links.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/social-video-dl2
- Price: $0.13/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-social-video-downloader-v2-34a46336
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J3h6iQROiCivB7RAs8iho

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-social-video-downloader-v2-34a46336 -d '<json body>'
```

Example prompt: Download this TikTok video for me — here's the link: https://www.tiktok.com/@user/video/1234567890 — and give me a direct downloadable URL without a watermark.

## When to prefer this

Use this endpoint when you need to programmatically download or extract video files from social media platforms (TikTok, Instagram, Twitter/X, Facebook, etc.) and want a pay-per-request model via USDC on Base chain, without managing API keys for each platform separately.

## Known failure modes

- Invalid or unsupported social media URL returns an error
- Private or restricted video content returns access denied
- Platform blocks scraping and returns a fetch error
- Expired or deleted video URL returns not found
- Rate limiting or payment failure returns 402

## 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 resolved video download URL(s), possibly with metadata such as resolution options, platform source, title, or duration, depending on the platform and 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/kiteendpoints-ai-social-video-downloader-v2-34a46336/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
