# KiteEndpoints.ai - Social Video Downloader

> KiteEndpoints.ai - Social Video Downloader is a paid API for AI agents from kite-endpoints.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-endpoints.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-93dc0bab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1deGbU0fu06zMXRKyyOBy

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

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

## When to prefer this

Use this endpoint when you need to programmatically download or extract video content from social media platforms on a pay-per-request basis without setting up your own scraping infrastructure. Suitable for one-off downloads or low-volume automation where a $0.15 per-call cost is acceptable.

## Known failure modes

- Invalid or unsupported social media URL provided
- Platform blocks or rate-limits the download request
- Video is private or geo-restricted and cannot be accessed
- URL has expired or the post has been deleted
- Unsupported platform not covered by the endpoint
- Network timeout when fetching video 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 a result object containing the extracted video data, likely including a direct download URL or stream link to the video file, along with any available metadata such as title, 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/kiteendpoints-ai-social-video-downloader-93dc0bab/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)
