Document Intelligence

Convert invoices and documents to structured JSON.

Built for finance tools, bookkeeping automation, and expense workflows. Upload an image or PDF and get clean, schema-stable JSON back in seconds — see how converting a document to JSON works under the hood.

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 Pricing.

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.

Popular developer pages

Invoice Parsing API

Extract invoice header fields, totals, tax, and line items into schema-stable JSON.

Open page

Receipt OCR API

Convert receipt photos and PDFs into normalized JSON for expense and accounting workflows.

Open page

PDF Data Extraction API

Upload PDFs to one endpoint and receive business-ready structured data instead of raw OCR text.

Open page

Invoice to JSON API

Map invoices into a predictable JSON schema for finance and AP integrations.

Open page

PDF to JSON API

Convert PDF invoices and receipts into structured JSON — not raw OCR text.

Open page

Receipt to JSON API

Turn receipt photos into expense-ready JSON with vendor, totals, and line items.

Open page

Document Extraction API

Document intelligence API for invoices and receipts with one stable response schema.

Open page

OCR Invoice API

Invoice OCR that returns named JSON fields without hosting an OCR stack.

Open page

Invoice Parser API

Parse supplier invoices for AP and ERP pipelines with schema-stable JSON.

Open page