Back to APIs

Unified Agent API

Invoice Parsing

Invoice Parsing

Extract structured line items, totals, dates from invoices and receipts.

POST/v1/invoices/parse

Overview

Extract structured data from invoices and receipts

Parameters

document_url

Required

string

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.

Try Invoice Parsing

Test Invoice Parsing in the interactive playground. No setup required.

Open Playground
Invoice Parsing API | Unified Agent APIs | suprsonic