Receipt + Invoice Aware
Understands totals, VAT/tax blocks, due dates, payment references, and line items.
Document Intelligence
Built for finance tools, bookkeeping automation, and expense workflows. Upload image or PDF, and get clean, schema-stable JSON back in seconds.
{
"documentType": "invoice",
"vendor": "Byte Office Supplies",
"currency": "EUR",
"invoiceNumber": "INV-2026-0419",
"subtotal": 412.50,
"tax": 86.63,
"total": 499.13,
"lineItems": [{ "desc": "A4 paper box", "qty": 3, "amount": 89.70 }]
} Compatible with your own schema mapping pipeline or direct database writes.
Typical parse time for single-page docs.
Targeted API uptime for production workloads.
Predictable field names for downstream automations.
Understands totals, VAT/tax blocks, due dates, payment references, and line items.
Send JPG, PNG, HEIC, or PDF files and receive normalized JSON with confidence scores.
API key authentication, usage limits, and isolated key scopes ready for multi-team setups.
1 Create account and pick your plan on Billing.
2 Generate a scoped key in API Keys.
3 POST a file to /v1/parse.
4 Use Scalar docs for request examples and error handling.