# Receipts - Video Intelligence API

> Receipts - Video Intelligence API is a paid API for AI agents from api.leoclaw.cc, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Analyzes a short-form video URL to identify products, debunk advertisements, and fact-check claims using AI vision intelligence

## Facts

- Endpoint: POST https://api.leoclaw.cc/verify
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/receipts-video-intelligence-api-c21450d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eS10TlLPX9QGfTAC3LHxn

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 receipts-video-intelligence-api-c21450d0 -d '<json body>'
```

Example prompt: Can you analyze this TikTok video and tell me whether the health claims it makes are accurate, what products are being promoted, and whether it looks like a deceptive ad? Here's the URL: https://www.tiktok.com/@someuser/video/1234567890

## When to prefer this

Choose this endpoint when you need to quickly verify claims, identify products, or debunk misleading advertisements in short-form video content without setting up accounts or API keys — especially when you want pay-per-use USDC billing on Base or Solana via the x402 protocol

## Known failure modes

- Invalid or inaccessible video URL returns an error
- Video is too long or not short-form format and is rejected
- Insufficient USDC balance or failed x402 payment results in 402 response
- Unsupported video platform or region-restricted content cannot be fetched
- Video content is ambiguous and AI returns low-confidence results

## 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 an AI-generated analysis of the video including identified products, assessment of advertising claims (debunked or verified), and fact-check verdicts on any factual claims made in the video content

## 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/receipts-video-intelligence-api-c21450d0/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)
