# KiteEndpoints.ai - Social Video Downloader

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

Downloads and extracts video content from social media platforms given a video URL

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/social-video-dl
- Price: $0.15/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-fd11b254
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0YaaKV1ZXQyGwaGbK5Xls

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-fd11b254 -d '<json body>'
```

Example prompt: Can you download this TikTok video for me and give me a direct link to it? Here's the URL: https://www.tiktok.com/@user/video/1234567890

## When to prefer this

Use this endpoint when you need to programmatically extract or download video content from social media platforms without setting up your own scraping infrastructure. Prefer it over manual downloading when building automation pipelines that process social video content at scale, paying only $0.15 USDC per request via Base chain.

## Known failure modes

- Invalid or unsupported social media URL returns an error
- Private or restricted video content cannot be accessed
- Platform-specific rate limiting or blocking may cause failures
- Deleted or expired video posts will return not-found errors
- Unsupported platform URLs will result in parsing errors

## 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 download data for the social media video, likely including direct video file URLs, metadata such as title and duration, and possibly quality options or thumbnail links.

## 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-fd11b254/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)
