Invoices & documents →
typed JSON. One call.
POST a PDF or image, get clean structured data back. Built for indie devs and no-code automators who are done paying enterprise per-page pricing.
# invoice extraction
curl -X POST https://api.matthewsnow.ai/extract?schema=invoice \
-H "Authorization: Bearer dpk_YOUR_KEY" \
-F "file=@supplier-invoice.pdf"
# response
{
"data": {
"supplier": "Bunnings Warehouse",
"abn": "52 088 871 566",
"invoice_number": "INV-2026-0421",
"date": "2026-08-19",
"line_items": [...],
"gst": 41.27, "total": 453.99,
"confidence": 0.97
}
}
› AU invoice schema preset — ABN & GST handled
› Free tier: 100 extractions/month, no card
› Generic mode: any document → fields + raw text
Get a key: email matt@matthewsnow.ai · Interactive docs at /docs