# KiteEndpoints.ai - Social Video Downloader (v2)

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

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

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/social-video-dl2
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-social-video-downloader-v2-a2ff3898
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QdW9rB2NtRXY9O9pPjY8A

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

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

## When to prefer this

Choose this endpoint when you need to programmatically extract or download video content from social media platforms without manual interaction, especially when you want a pay-per-request model without a subscription commitment. Prefer this over browser-based scrapers when you need a reliable API call that returns direct download links.

## Known failure modes

- Invalid or unsupported social media URL returns an error
- Private or restricted video content is inaccessible
- Platform changes or rate limiting may cause extraction failures
- Video has been deleted or removed from the platform
- Unsupported platform not covered by this endpoint version

## 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), metadata such as title or duration, and any available quality options for the requested social media 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-a2ff3898/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)
