# KiteEndpoints.ai YouTube V2 API

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

Fetches YouTube video data, metadata, or related content via a hosted proxy API endpoint

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/youtube-v2
- 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-youtube-v2-api-dc31e0bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hOf2xSw2d9Cv3yIaEPzVq

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

Example prompt: Can you pull up the metadata for this YouTube video — title, view count, description, and thumbnail — for video ID dQw4w9WgXcQ?

## When to prefer this

Use this endpoint when you need YouTube video or channel metadata without setting up your own YouTube Data API credentials, and are comfortable paying $0.15 USDC per call via Base chain. Useful for one-off lookups or when building agents that need YouTube data without managing API keys.

## Known failure modes

- Invalid or non-existent YouTube video ID returns empty or error result
- Rate limiting or quota exhaustion from underlying YouTube API
- Payment failure or insufficient USDC balance blocks the request
- Malformed request body returns 400-level error
- Private or deleted videos return no data

## 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 video metadata such as title, description, view count, like count, channel name, publish date, thumbnail URLs, and other video attributes depending on the query type.

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