# KiteEndpoints.ai - YouTube Media Downloader

> KiteEndpoints.ai - YouTube Media Downloader 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 video or audio media from YouTube given a video URL or ID

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/youtube-media-downloader
- 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-youtube-media-downloader-c552aa63
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oB4T4cxHqO9D3dZdxfZnI

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-youtube-media-downloader-c552aa63 -d '<json body>'
```

Example prompt: Can you download this YouTube video for me — https://www.youtube.com/watch?v=dQw4w9WgXcQ — I need a direct downloadable link to the video file.

## When to prefer this

Choose this endpoint when you need a programmatic, pay-per-request way to obtain downloadable media links from YouTube without managing your own scraping infrastructure. It is well-suited for agents automating content pipelines, archival workflows, or one-off user download requests where spinning up a self-hosted solution is impractical.

## Known failure modes

- Invalid or non-existent YouTube URL returns an error
- Geo-restricted or private videos may not be downloadable
- Age-restricted content may fail without credentials
- YouTube anti-scraping measures may cause intermittent failures
- Rate limiting or quota exhaustion on the underlying provider

## 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 download links or stream URLs for the requested YouTube media, potentially including different quality options and file format variants (e.g. video or audio-only).

## 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-youtube-media-downloader-c552aa63/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)
