Beta

Receipts & invoices → structured JSON

Send a receipt or invoice image, get back clean structured data in one API call. No models to train, no infrastructure to run.

$0.01 / document

Metered, pay only for what you use. Volume pricing on request.

What you get

Quickstart

curl -X POST https://EXTRACT_HOST/v1/extract \
  -H "X-API-Key: YOUR_KEY" \
  -F "file=@receipt.jpg"

Example response

{
  "data": {
    "merchant": "ACME Hardware",
    "date": "2026-07-12",
    "currency": "EUR",
    "subtotal": 41.60,
    "tax": 8.32,
    "total": 49.92,
    "line_items": [
      {"description": "Copper pipe 15mm", "quantity": 4, "unit_price": 6.40, "amount": 25.60},
      {"description": "Fittings set", "quantity": 1, "unit_price": 16.00, "amount": 16.00}
    ]
  },
  "usage": { "total_calls": 128 }
}

Endpoints

Get an API key

During beta, keys are issued on request. Request a key