# KiteEndpoints.ai - YouTube Media Downloader

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

Downloads YouTube video or audio media by accepting a YouTube URL and returning downloadable media data

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/youtube-media-downloader
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-youtube-media-downloader-a77a506e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9z8PENGwuKXNSshl6YMV6

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

Example prompt: Can you download the YouTube video at https://www.youtube.com/watch?v=dQw4w9WgXcQ and give me a downloadable link for the mp4 version?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-use YouTube media downloading without managing your own scraping infrastructure. Suitable for agents that need one-off or occasional YouTube downloads billed in USDC micro-payments rather than committing to a subscription-based video download API.

## Known failure modes

- Invalid or non-existent YouTube URL returns an error
- Private or age-restricted videos may be inaccessible
- Geo-restricted content may fail depending on server location
- YouTube API rate limits or policy changes may cause failures
- Unsupported media format requests may return an error
- Network timeouts for very large video files

## 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 data for the requested YouTube media, which may include a direct download URL, video/audio stream links, file format details, and metadata such as title and duration.

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