# KiteEndpoints.ai YouTube138 API

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

Fetches YouTube-related data (likely channel, video, or search info) via endpoint #138 in the KiteEndpoints mega hub, paid per request with USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/youtube138
- Price: $0.18/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-youtube138-api-ce8efa6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O5ff2SfEn_SAN1nrjCuxO

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

Example prompt: Can you look up the YouTube video or channel details for me — search for recent videos about electric vehicles and return the titles, view counts, and upload dates?

## When to prefer this

Choose this endpoint when you need YouTube data (video info, channel stats, search results) and want to pay per request in USDC on Base chain without managing a YouTube API key yourself. It is convenient for agents operating in crypto-native payment environments using the x402 protocol.

## Known failure modes

- Invalid or missing YouTube ID/query parameters returns a generic error response
- YouTube API rate limits upstream may cause 429-style failures
- Ambiguous or overly broad queries may return empty result sets
- Incorrect input schema causes a malformed request error
- Payment failure (insufficient USDC) blocks the request before reaching YouTube

## 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, channel statistics, or search results depending on the query parameters supplied. The exact shape of the response follows the generic KiteEndpoints envelope with a 'result.data' field.

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