# KiteEndpoints.ai - YouTube V2 Data API

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

Fetches YouTube video, channel, or search data via a paid per-request API endpoint on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/youtube-v2
- Price: $0.15/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-v2-data-api-f50e6ae1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kjXluXVQwUdTsU1PxYq-C

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

Example prompt: Can you look up the YouTube video with ID dQw4w9WgXcQ and tell me its title, view count, likes, and description?

## When to prefer this

Use this endpoint when you need programmatic, pay-per-request access to YouTube metadata without managing your own YouTube Data API quota or credentials. Ideal for agents that occasionally need YouTube data without committing to a subscription, or when paying per call in USDC on Base chain is preferred over managing API keys.

## Known failure modes

- Invalid or non-existent video/channel ID returns an error or empty result
- Insufficient USDC balance causes payment failure (402 response)
- Rate limiting or quota exhaustion on the underlying YouTube Data API
- Malformed input object causes request rejection
- YouTube API changes may cause proxy to return stale or incomplete 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 JSON object containing YouTube video or channel metadata such as title, description, view count, like count, subscriber count, publish date, thumbnail URLs, and search result listings 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-data-api-f50e6ae1/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)
