# KiteEndpoints.ai - Social Video Downloader

> KiteEndpoints.ai - Social Video Downloader is a paid API for AI agents from kite-hub-v2.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, returning video data or download links

## Facts

- Endpoint: POST https://kite-hub-v2.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-f05bfd03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sp6mB2glAWaGe8_jj4iyP

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

Example prompt: Download the video from this social media post for me — here's the link: https://twitter.com/example/status/123456789

## When to prefer this

Choose this endpoint when you need to programmatically extract or download video content from social media platforms and want a pay-per-request model via USDC on Base chain without a subscription commitment. Useful for agents needing on-demand video retrieval from Twitter/X, TikTok, Instagram, Facebook, or similar platforms.

## Known failure modes

- Invalid or unsupported social media URL returns error response
- Private or restricted video content cannot be accessed
- Platform-specific rate limiting may cause failures
- Video has been deleted or is unavailable on the platform
- Unsupported platform returns error indicating incompatibility
- Network timeout when fetching from source platform

## 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 the extracted video download URL(s), video metadata (title, duration, thumbnail), and direct media links that can be used to access or save the video content from the social media platform.

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