# Komo.ai YouTube V2 API

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

Fetches YouTube video data and metadata via a pay-per-call endpoint on the x402 protocol

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/youtube-v2
- Price: $0.078657/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-youtube-v2-api-c132447c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PbtQFOmlLQniY_j-g4V1k

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 komo-ai-youtube-v2-api-c132447c -d '<json body>'
```

Example prompt: Can you look up the details for this YouTube video — title, view count, channel name, and description — using the Komo YouTube v2 API?

## When to prefer this

Use this endpoint when you need programmatic access to YouTube video metadata via a pay-per-call micropayment model on Base chain, especially in agentic workflows that support x402 protocol payments and need video data without managing a Google API key quota.

## Known failure modes

- Invalid or missing video ID returns empty or error result
- Payment failure on x402 protocol blocks request
- Malformed request body returns API error
- YouTube rate limits or unavailability cause upstream failure
- Non-existent video ID returns null or empty data

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a result object containing YouTube video data such as titles, descriptions, view counts, channel information, and other metadata associated with the queried video or search.

## 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/komo-ai-youtube-v2-api-c132447c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
