Interactive playgroundFrom document to JSON
From document to JSON
in one request.
Upload an invoice, receipt, or bank statement and inspect the structured response your application receives.
01
Choose a documentSelect the matching extraction model
02
Upload and processYour document is handled securely
Drop your document herePDF, JPG or PNG - up to 20 MBBrowse files
POST
/api/demo{
"document_type": "invoice",
"vendor": {
"name": "Acme Supplies",
"address": "42 Market Street"
},
"invoice_number": "INV-2026-1042",
"dates": {
"issued": "2026-07-01",
"due": "2026-07-31"
},
"line_items": [
{
"description": "Workspace license",
"quantity": 10,
"unit_price": 99
}
],
"subtotal": 990,
"tax": 79.2,
"total": 1069.2,
"currency": "USD",
"confidence": 0.994
}Ready to build with real documents?
Get your API key and make your first extraction request.
Start free trial