{"name":"receipt-ocr","description":"Receipt OCR. Reads any receipt photo and returns a structured JSON object with vendor, address, date, line items (qty / unit_price / total), subtotal, tax, tip, total, and payment method. Vision-LLM powered. Same backend as receipt-parser under a clearer slug for expense + accounting + reimbursement workflows.","price":"$0.01","method":"POST","input_schema":{"properties":{"image_url":{"type":"string","description":"Public http(s) URL of the receipt image. Fetched server-side, capped at 7MB."},"currency_hint":{"type":"string","description":"Optional currency context (e.g. 'EUR') to help the vision model when the receipt symbol is ambiguous."}},"required":["image_url"]},"input_example":{"image_url":"https://picsum.photos/id/237/640/640.jpg"},"output_example":{"receipt":{"vendor_name":"Starbucks","total":5.75}},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}