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.installateur1210.at/v1/extract \
-H "X-API-Key: YOUR_KEY" \
-F "file=@invoice.pdf"
{
"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 (PDF, JPEG, PNG or WEBP, ≤10 MB), header X-API-KeyGET /v1/usage — your total call countGET /v1/health — service statusEnter your email and start extracting in seconds. First 100 documents free, no card required.