# BlackBobs.ai YouTube V2 Data Endpoint

> BlackBobs.ai YouTube V2 Data Endpoint is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.166572/call, status unknown (last checked 2026-09-14).

Fetches YouTube video data and metadata via a second-generation API endpoint on the BlackBobs.ai hub

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/yt-v2
- Price: $0.166572/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-youtube-v2-data-endpoint-79fbccee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2-Zq81seuDdFh0oi2Sls3

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 blackbobs-ai-youtube-v2-data-endpoint-79fbccee -d '<json body>'
```

Example prompt: Can you pull the details for this YouTube video — title, description, view count, and any other available metadata?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve YouTube video metadata without managing your own YouTube API quota or credentials. It is particularly useful for agents that need on-demand video data lookups with pay-per-call billing via the x402 protocol on Base chain, avoiding subscription overhead.

## Known failure modes

- Invalid or missing YouTube video ID returns an error result
- Video not found or deleted returns empty or error response
- Rate limiting or quota exhaustion from upstream YouTube API
- Malformed request body causes API rejection
- Network or upstream YouTube API downtime results in failed response

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing YouTube video data such as title, description, view count, channel information, and other available metadata fields for the requested video.

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