# LeoClaw Video Content Analyzer

> LeoClaw Video Content Analyzer is a paid API for AI agents from api.leoclaw.cc, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Performs full analysis of a short-form video URL, returning transcript, detected scenes, topics, sentiment, and key moments

## Facts

- Endpoint: POST https://api.leoclaw.cc/analyze
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-leoclaw-cc-09318d8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tkMP0E5XH5SicNgsHMILi

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 api-leoclaw-cc-09318d8b -d '<json body>'
```

Example prompt: Can you fully analyze this video for me — https://example.com/clip.mp4 — and give me the transcript, detected scenes, main topics, sentiment, and any key moments?

## When to prefer this

Choose this endpoint when you need a comprehensive, all-in-one video content analysis covering transcript, scenes, topics, sentiment, and key moments in a single call — especially for short-form video content from social or web sources. Ideal when you need structured multi-dimensional understanding of video content without chaining multiple specialized APIs.

## Known failure modes

- Invalid or inaccessible video URL returns an error (URL must be publicly reachable)
- Video exceeds supported length or format and cannot be processed
- Network timeout if video file is too large or slow to fetch
- Unsupported video codec or container format
- Payment failure via x402 protocol results in 402 response before processing

## How this service works

AI-powered video intelligence API. Identify products, debunk ads, fact-check claims in any short-form video. Pay per request with USDC on Base or Solana. No accounts, no API keys.

## Output

Returns a comprehensive analysis object containing: full text transcript of the video, timestamped scene descriptions, detected topics, overall and per-segment sentiment, and identified key moments or highlights

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "format": "uri"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-leoclaw-cc-09318d8b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.leoclaw.cc](https://www.zero.xyz/host/api.leoclaw.cc/llms.txt)
