SchemaExtract / use cases / invoice
Invoice → typed JSON
Extract vendor, invoice number, totals, and line items from commercial invoices.
Provide a JSON schema (or use the invoice preset), upload a PDF or image, and receive structured JSON via POST /v1/extract. Files are processed in memory and discarded after the response.
Try it
Open the free playground or read the API docs.
Example curl
curl -X POST https://YOUR_HOST/v1/extract -H "Authorization: Bearer sk_live_..." -F "preset=invoice" -F "file=@document.pdf"
FAQ
Is there a free tier?
Yes. The playground and free quota work without a sales call.
Can I use my own schema?
Yes. Pass any JSON Schema — presets are shortcuts, not a limit.