# Receipts — Multimodal utilities for AI agents > Verify claims, debunk ad copy, identify products in video, flatten document scans, analyze video content, and recommend haircuts. Each call returns a schema-validated JSON receipt. $0.01–$0.50 per call. USDC via x402. No accounts. No API keys. ## Endpoints - POST /scan-style ($0.50): Document scan flatten: background removal + perspective correction + white background + content-preservation-strict. - POST /analyze ($0.10): Video content breakdown: transcript, scenes, topics, sentiment, and key moments from any short-form video. - POST /product-id ($0.25): Product identification in short-form video: every brand, item, and price with purchase links. - POST /ad-debunk ($0.15): Ad claim verification with verdicts: true/misleading/false ratings + supporting sources + consumer recommendation. - POST /verify ($0.15): Fact-check claims in video with confidence-rated verdicts, explanations, and overall credibility assessment. - POST /hair-formula ($0.50): Hair recommendations from a face photo: face-shape analysis + 3 barber-ready haircut recipes + 3 styles to avoid + share cards. - POST /pfp ($0.50): Editorial portrait headshot from a face photo: chiaroscuro lighting, dramatic single-color backdrop, tailored clothing, identity-preserving face. Optional clothing_style, color_palette, pose. - POST /menu-from-maps ($0.50): Structured menu extraction from any Google Maps restaurant URL worldwide: categories, items, native + translated names, prices in native currency and USD ## How to Use All paid endpoints accept POST with a JSON body. Payment is via X-PAYMENT (x402) or Authorization: Payment (MPP). ### Async flow 1. POST to the endpoint with X-PAYMENT header. 2. Receive 202 with { "job_id", "poll_url", "status": "queued" }. 3. GET /jobs/{job_id} (no payment) to poll. Status: queued → running → complete (result) or failed (error). ### Payment **x402 (Base/Solana USDC):** Include signed payment in X-PAYMENT header. **MPP (Tempo USDC):** Include payment credential in Authorization: Payment header. ## Pricing | Endpoint | Price | |----------|-------| | /scan-style | $0.50 | | /analyze | $0.10 | | /product-id | $0.25 | | /ad-debunk | $0.15 | | /verify | $0.15 | | /hair-formula | $0.50 | | /pfp | $0.50 | | /menu-from-maps | $0.50 | ## Networks - Base (EVM): USDC via x402 protocol - Solana (SVM): USDC via x402 protocol - Tempo: USDC via MPP (Machine Payments Protocol) ## Discovery & Integration - OpenAPI spec: https://api.leoclaw.cc/openapi.json - x402 discovery: https://api.leoclaw.cc/.well-known/x402 - llms.txt (this file): https://api.leoclaw.cc/llms.txt - Landing page: https://api.leoclaw.cc/