Receipt OCR API
Receipts use the Invoice pipeline — merchant, date, subtotal, tax, tip, total, and line items are returned in the same invoiceMode[] shape.
Upload via presigned URL, create a job with jobType: "Invoice", and subscribe to invoice.extraction.completed. The webhook payload contains the extracted data.
The full end-to-end example (PAT setup, language tabs, JSON output, signature verification) is on the Invoice OCR API page — receipts follow the same flow.