Send a receipt or invoice image, get back clean structured data in one API call. No models to train, no infrastructure to run.
Metered, pay only for what you use. Volume pricing on request.
merchant, date, currencysubtotal, tax, totalline_items[] — description, quantity, unit price, amountcurl -X POST https://EXTRACT_HOST/v1/extract \
-H "X-API-Key: YOUR_KEY" \
-F "file=@receipt.jpg"
{
"data": {
"merchant": "ACME Hardware",
"date": "2026-07-12",
"currency": "EUR",
"subtotal": 41.60,
"tax": 8.32,
"total": 49.92,
"line_items": [
{"description": "Copper pipe 15mm", "quantity": 4, "unit_price": 6.40, "amount": 25.60},
{"description": "Fittings set", "quantity": 1, "unit_price": 16.00, "amount": 16.00}
]
},
"usage": { "total_calls": 128 }
}
POST /v1/extract — multipart file (JPEG/PNG/WEBP, ≤10 MB), header X-API-KeyGET /v1/usage — your total call countGET /v1/health — service statusDuring beta, keys are issued on request. Request a key