Turn receipt images into predictable JSON.
Send a retail receipt photo or PDF to a single endpoint. Get back structured totals, currency, merchant, and date--no guesswork, no brittle templates.
- Receipts in → JSON out, designed for developers.
- Handles messy, real-world photos from stores and restaurants.
- Predictable schema focused on totals, tax, currency, and merchant.
- Line items and webhooks are planned, not live yet.
POST /v1/invoice/parse
Endpoint is not live yet. Request access to get an API key when the preview opens.
curl -X POST \
https://api.docvera.io/v1/invoice/parse \
-H "x-api-key: <your-key>" \
-F "file=@/path/to/receipt.jpg"Route name is legacy; it parses retail receipts.
Example JSON
Deterministic fields for totals, date, merchant, currency, tax.
Built for real-world receipts
API-first design with predictable responses
Receipt → JSON
Upload a photo or PDF; get normalized fields without templating.
Key fields first
Merchant, date, total, currency, and tax returned with confidence scores.
Predictable shape
Consistent JSON that never omits required keys, even when uncertain.
Line items later
Line-item parsing is on the roadmap; today's focus is totals and metadata.