Expense management

Scan and extract data from receipts

Photograph or upload receipts and get structured data back instantly. The API handles crumpled paper, faded ink, and partial receipts with OCR and vision model verification.

What you can extract

Merchant name and location

Transaction date and time

Individual line items with prices

Tax amount and rate

Total amount and payment method

Currency detection

Example schema

{
  "merchant": "string",
  "date": "string",
  "items": [
    {"name": "string", "price": "number"}
  ],
  "tax": "number",
  "total": "number",
  "currency": "string"
}

Supported document types

Paper receipts

Phone photos of physical receipts with OCR.

Digital receipts

PDF and email receipts from online purchases.

Restaurant receipts

Itemized bills with tip and tax breakdown.

Automate expense management document processing

Free tier includes 100 credits/month. No credit card required.