# KiteEndpoints.ai YouTube API

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

Fetches YouTube video, channel, or search data via a paid proxy endpoint on the KiteEndpoints.ai hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/yt-api
- Price: $0.13/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-youtube-api-16858108
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VN5j_GzkUPNZjLmaJZP49

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

Example prompt: Can you pull the stats and metadata for this YouTube video — title, view count, description, and channel info — using the KiteEndpoints.ai YouTube API?

## When to prefer this

Use this endpoint when you need programmatic access to YouTube video or channel data and want to pay per request in USDC on Base chain without managing your own YouTube API key or quota. Prefer this over direct YouTube Data API when operating in a crypto-native, pay-as-you-go agent environment.

## Known failure modes

- Missing or invalid YouTube ID returns empty or error result
- Payment failure (402) if USDC balance insufficient on Base chain
- Rate limiting if too many requests are made
- Malformed input object results in API error
- YouTube API quota exceeded on the backend returns error response

## 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 YouTube data such as video metadata (title, description, view count, duration, tags), channel information, or search results depending on the query parameters provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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-api-16858108/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)
