# Receipts - Video Intelligence API (Ad Debunk)

> Receipts - Video Intelligence API (Ad Debunk) 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-powered video intelligence.

## Facts

- Endpoint: POST https://api.leoclaw.cc/ad-debunk
- 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-ad-debunk-c0eda29a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0sbNojF9rm8b8uFunLbZ6

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-ad-debunk-c0eda29a -d '<json body>'
```

Example prompt: Can you debunk the claims and identify the products being advertised in this video? https://www.tiktok.com/@example/video/1234567890

## When to prefer this

Use this endpoint when you need to analyze a specific short-form video URL for misleading advertising claims, hidden product placements, or to fact-check spoken or displayed claims — especially useful for consumer protection, brand safety, or media literacy use cases. Best suited for individual video URLs rather than bulk processing.

## Known failure modes

- Invalid or inaccessible video URL returns an error
- Video too long or not short-form format may fail processing
- Network timeout if video takes too long to fetch or analyze
- Payment not confirmed — USDC transaction rejected or insufficient funds
- Unsupported video platform or format returns an error

## 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 AI-powered analysis of the video including identified products, advertisement debunking results, and fact-checked claims found within the short-form 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-ad-debunk-c0eda29a/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)
