Now taking waitlist signups

Invoice & receipt OCR at 1/50th the cost of Azure Document Intelligence or Google Document AI.

Send an image or PDF, get back structured JSON — vendor, line items, totals, tax, dates — in under 3 seconds. No ML pipeline to build, no per-model tuning, no six-figure enterprise contract.

What it does

One endpoint. Send a receipt or invoice (image/PDF), get structured, typed JSON back — ready to drop into your accounting software, expense tool, or bookkeeping SaaS. Built on modern vision-language models instead of a legacy OCR + rules-engine stack, so it handles messy phone-camera receipts and multi-page invoices without a training set.

Request
POST /v1/extract
Content-Type: multipart/form-data
X-API-Key: {your_key}

file: receipt_costco_0912.jpg
doc_type: receipt
Response
{
  "doc_type": "receipt",
  "vendor": "Costco Wholesale #117",
  "date": "2026-09-08",
  "currency": "USD",
  "subtotal": 84.27,
  "tax": 4.21,
  "total": 88.48,
  "payment_method": "VISA ****4471",
  "line_items": [
    {
      "description": "KIRKLAND PAPER TOWEL",
      "quantity": 1,
      "unit_price": 21.99,
      "amount": 21.99
    },
    {
      "description": "ORG SPINACH 1LB",
      "quantity": 2,
      "unit_price": 4.49,
      "amount": 8.98
    }
  ],
  "confidence": 0.97
}

Pricing

Priced to be a no-brainer swap for indie devs and small SaaS teams currently paying enterprise OCR rates for volume they don't have.

Starter

$9/mo
  • 1,000 pages/mo
  • Receipts + invoices
  • Email support
  • ~$0.009/page effective

Scale

$79/mo
  • 20,000 pages/mo
  • Everything in Growth
  • Webhook delivery
  • ~$0.004/page effective
The math: COGS per page runs roughly $0.001–$0.002 using a vision-LLM extraction pipeline (model inference + light post-processing). At the Growth tier ($29 / 5,000 pages), that's ~85–90% gross margin even before accounting for RapidAPI's take. Incumbent enterprise OCR APIs (Azure Document Intelligence, Google Document AI) commonly price $0.10–$0.30+ per page once you're off the free tier — this API targets developers who don't need enterprise SLAs and are currently over-paying for volume they don't have.

Get early access

Launching on RapidAPI. Join the waitlist for a launch-week discount code and to help shape the roadmap (batch upload, more doc types, webhook retries).