Send a receipt image URL. Get back date, merchant, total, tax, and every line item — clean JSON, every time.
No post-processing. The response is typed and consistent across retail, restaurant, pharmacy, and fuel receipts.
Null fields are explicit — no guessing whether a missing value means zero or unrecognized.
The confidence field tells you when image quality was too low to trust the output.
| date | string|null | ISO 8601 date from receipt header |
| merchant | string|null | Business name as printed |
| total | float|null | Final charged amount including tax |
| tax | float|null | Tax amount if itemized on receipt |
| items | array | Array of {name, price} objects for each line item |
| confidence | enum | high / medium / low — image quality signal |
Start with pay-as-you-go. Move to a plan when volume makes it cheaper. No contracts, cancel anytime.