Receipt + Invoice Intelligence

Extract line items, totals, tax, and vendor fields in one API call.

Built for finance tools, bookkeeping automation, and expense workflows. Upload image or PDF, and get clean, schema-stable JSON back in seconds.

Response Snapshot
{
	"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.

< 3s

Typical parse time for single-page docs.

99.9%

Targeted API uptime for production workloads.

v1 Stable

Predictable field names for downstream automations.

Built for teams that process documents at scale

Receipt + Invoice Aware

Understands totals, VAT/tax blocks, due dates, payment references, and line items.

Flexible Upload

Send JPG, PNG, HEIC, or PDF files and receive normalized JSON with confidence scores.

Security First

API key authentication, usage limits, and isolated key scopes ready for multi-team setups.

Start in four minutes

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.