Invoice Extraction API · Free tier available
Your accountant is tired
of typing. We fixed that.
Send a PDF invoice. Get back clean, structured JSON in under a second — vendor, buyer, line items, financials. Any layout, any language, zero configuration.
# Submit an invoice for extraction curl -X POST https://api.parzo.dev/v1/extract/invoice \ -H "X-API-Key: inv_your_key_here" \ -F "[email protected]" # → {"job_id": "3419ae1e...", "status": "pending", "quota_remaining": 99} # Get the result curl https://api.parzo.dev/v1/jobs/3419ae1e... \ -H "X-API-Key: inv_your_key_here" # → {"status": "completed", "confidence": 0.95, "result": {...}}
<1s
Avg processing time
0.95
Avg confidence score
100
Free docs/month
EU
GDPR compliant hosting
How it works
Three steps.
That's literally it.
01
Send the PDF
POST your invoice to our endpoint with your API key. Any PDF, any size up to 50MB, any language.
02
We extract & validate
Our AI reads the invoice, extracts every field, validates the arithmetic and VAT numbers. Usually under a second.
03
Get clean JSON
Poll for the result or receive it via webhook. Same schema every time, regardless of the original invoice layout.
Why Parzo
Built for developers,
not accountants
We obsessed over the details so you don't have to. Here's what makes Parzo different.
No templates. Ever.
Forget mapping fields for every supplier. Parzo reads any layout — messy, scanned, or perfectly formatted — and figures it out.
One schema to rule them all
Italian, English, German, GBP, USD, EUR — same JSON structure every time. Write your integration once.
We check the math
Subtotal + VAT = total? P.IVA checksum valid? Issue date before due date? We flag anomalies so you catch errors before they become problems.
AI-native from day one
The only invoice API with a native MCP server. Drop it into Cursor, your AI agent, or any MCP-compatible client and let them handle the invoices.
GDPR isn't an afterthought
EU-only hosting. PDFs gone after 24h. No document storage after processing. Privacy by design, not by checkbox.
Works where you work
n8n, Make, Zapier, LangChain, raw HTTP — if it can make an API call, it can use Parzo. Webhooks included on paid plans.
Output schema
Everything you need.
Nothing you don't.
A clean, predictable JSON structure your code can rely on — whether you're building an accounting agent or automating AP workflows.
- ✓ Vendor & buyer — name, VAT, address, IBAN
- ✓ Invoice — number, date, due date, currency
- ✓ Financials — subtotal, tax, discount, total
- ✓ Line items — description, qty, unit price
- ✓ Validation flags & confidence score
{
"vendor": {
"name": "Acme Srl",
"vat_number": "IT12345678903"
},
"invoice": {
"number": "FT-2026-001",
"date": "2026-04-01",
"currency": "EUR"
},
"financials": {
"subtotal": 1000.00,
"tax_rate": 22,
"tax_amount": 220.00,
"total": 1220.00
},
"validation": {
"confidence": 0.95,
"flags": []
}
}
The math
How much are you
leaving on the table?
leaving on the table?
Manual invoice processing costs €12–30 per document in staff time. See what automation saves you.
Manual processing cost
€7,500/mo
Parzo · Growth plan
€69/mo
Processing time saved
~83h/mo
Monthly savings
€7,431
Pricing
Simple, usage-based pricing
Start free. Scale as you grow. No surprises.
FREE
€0
forever
100 documents/month
- Full JSON extraction
- All endpoints
- Webhooks
- Confidence score
- Validation flags
Most popular
STARTER
€24
per month
500 documents/month
- Full JSON extraction
- All endpoints
- Webhooks
- Line items
- Confidence score
GROWTH
€69
per month
2,500 documents/month
- Everything in Starter
- Confidence score
- Validation flags
- Batch processing
- SLA 99.9%
SCALE
€179
per month
10,000 documents/month
- Everything in Growth
- SLA 99.9%
- Priority support
- €0.022 overage
- Dedicated queue
ENTERPRISE
Custom
Unlimited documents
- Everything in Scale
- White label
- Custom JSON schema
- Dedicated SLA
- Volume pricing
Get started
Stop typing invoices.
Start shipping.
100 documents/month free. No credit card required. API key in 30 seconds.
No credit card · Cancel anytime · GDPR compliant