Invoice-to-Ledger
Invoice to Ledger is a finance and accounting automation API for bookkeeping SaaS tools, expense apps, accounting firms, e-commerce sellers, and finance teams. The API accepts invoice or receipt files in PDF, PNG, JPG, JPEG, or WEBP format and returns structured ledger-ready data including vendor, normalized vendor name, invoice number, dates, currency, subtotal, tax, total, line items, raw…
Invoice-to-Ledger endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
health_health_get /health |
|
| invoices | ||
| POST |
extract_invoice_v1_invoices_extract_post /v1/invoices/extract |
Upload a PDF or image invoice and receive normalized ledger fields, line items, confidence scores, raw OCR text, and validation flags. |
| POST |
reconcile_invoice_v1_invoices_reconcile_post /v1/invoices/reconcile |
Compare an extracted invoice with optional existing records, return duplicate scores, matching records, total/tax validation, and risk flags. |
| receipts | ||
| POST |
extract_receipt_v1_receipts_extract_post /v1/receipts/extract |
Upload a PDF or image receipt and receive receipt-oriented accounting fields, line items, confidence scores, raw OCR text, and validation flags. |
| vendors | ||
| POST |
normalize_vendor_v1_vendors_normalize_post /v1/vendors/normalize |
Normalize noisy vendor names into cleaner accounting labels, likely legal names, aliases, and confidence scores. |
Invoice-to-Ledger pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / minute |
|
| PRO Recommended | $19 / month | 2 / second |
|
| ULTRA | $79 / month | 5 / second |
|
| MEGA | $299 / month | 10 / second |
|