Overview
Extract structured data from invoices and receipts
Parameters
document_url
Requiredstring
URL to invoice/receipt PDF or image.
Example Response
{"success":true,"data":{"invoice_number":"INV-001","supplier_name":"Acme Corp","total_amount":299.99,"line_items":[{"description":"Widget","quantity":3,"unit_price":99.99}]},"credits_used":3}Get Started
Use this API through the O-mega platform. Create an API key in your dashboard, then call the endpoint with your key in the Authorization header.