# Receipts - Video Intelligence API (Product ID)

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

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

## Facts

- Endpoint: POST https://api.leoclaw.cc/product-id
- Price: $0.25/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-product-identification-b719f3a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vVzVtJBCSgicXrCjF-4kg

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-product-identification-b719f3a6 -d '<json body>'
```

Example prompt: Can you analyze this TikTok ad and tell me what products are being shown and whether the claims it makes are actually true? Here's the URL: https://www.tiktok.com/@example/video/12345

## When to prefer this

Choose this endpoint when you need to identify products in short-form social media videos, verify factual claims made in video ads, or debunk misleading advertising content — especially when you want a pay-per-use model with no account signup required and can pay in USDC on Base or Solana

## Known failure modes

- Invalid or unreachable video URL returns an error
- Video longer than supported duration limit may be rejected
- Unsupported video platform or format returns an error
- Payment not included or insufficient USDC returns HTTP 402
- Private or geo-restricted videos may fail to process
- Video with no discernible products or claims may return empty 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 AI-generated analysis of the video including identified products, assessment of advertising claims, and fact-check results for any stated claims 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-product-identification-b719f3a6/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)
