# YouTube Video Intelligence — The Stall by IntuiTek

> YouTube Video Intelligence — The Stall by IntuiTek is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.039/call, status unknown (last checked 2026-09-14, last successful call 2026-06-25).

Fetches detailed intelligence and metadata for a YouTube video given its URL or video ID

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/youtube-intel
- Price: $0.039/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-06-25
- Success rate: 57% of calls made through Zero
- Rating: 5.0 / 5 from 1 review
- Activations on Zero: 204
- Tags: x402
- Canonical page: https://www.zero.xyz/c/youtube-video-intelligence-the-stall-by-intuitek-ea1da3ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xMpwT1iSGr601P754imqu

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 youtube-video-intelligence-the-stall-by-intuitek-ea1da3ec
```

Example prompt: Pull all the intelligence you can on this YouTube video — https://www.youtube.com/watch?v=dQw4w9WgXcQ — I want the title, channel, view count, description, and any other metadata available.

## When to prefer this

Choose this endpoint when you need to programmatically retrieve structured metadata and intelligence for a specific YouTube video without needing a YouTube API key or account, and are willing to pay micro-amounts in USDC on Base. Ideal for agents that need on-demand YouTube video data with no auth setup overhead.

## Known failure modes

- Invalid or malformed video URL/ID returns an error
- Video does not exist or has been removed returns not found
- Private or age-restricted videos may return limited or no data
- Payment failure via x402/USDC results in 402 response and no data returned
- Network timeout or upstream YouTube API unavailability

## How this service works

YouTube video intelligence: title, author, channel stats (subscriber count, channel ID), description, view/like/comment counts, duration, upload date, thumbnail, tags, categories, structured chapters (timestamps), replay heatmap (top-20 most-replayed segments), live status, and availability. Accepts any YouTube URL or bare video ID. Powered by yt-dlp.

## Output

Returns structured intelligence about the specified YouTube video including metadata such as title, description, channel information, view and engagement statistics, and other available video details.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "video": "dQw4w9WgXcQ"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/youtube-video-intelligence-the-stall-by-intuitek-ea1da3ec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
