Add an invoice or receipt
Send a PDF or image from the workflow you already use
For invoice workflows
Send an invoice, get structured data, and review a supplier detail only when it has meaningfully changed.
How it works
A simple path from invoice to usable data — with a review signal when a supplier detail changes.
Send a PDF or image from the workflow you already use
We identify the fields that keep your process moving
Clean, structured results ready for your systems
Spot supplier details that deserve a second look
Create a simple account for your document workflow
Process up to 100 pages in total, with no card or subscription
Upload in the browser, or generate an API key when you need one
Bring structured document data into your own workflow
Field guide
This abridged example connects common invoice details to selected response keys. The live response also includes explicit unavailable values and the complete invoice-detail review. A Required to process marker identifies a source value that must be present before we accept the document: supplier, date, currency, and total.
{
"vendor_id_used": "northstar-supplies-ab",
"pages_processed": 1,
"pages_billed": 0,
"price_usd_per_page": 0,
"cost_usd": 0,
"free_beta_page_cap": 100,
"free_beta_pages_remaining": 99,
"fields": {
"vendor_name": "Northstar Supplies AB",
"tax_id": "SE556677889901",
"invoice_number": "NS-1048",
"date": "2026-07-25",
"due_date": "2026-08-24",
"currency": "SEK",
"line_items": [{ "description": "Service period", "amount": 1250 }],
"subtotal": 1250,
"tax": 312.5,
"total": 1562.5,
"remit_to_address": "Stockholm, Sweden",
"bank_details": { "iban": "SE35…0003" }
},
"field_confidence": { "total": 0.98 },
"flags": []
}