rcptpix

Receipt in.
JSON out.

// Pixel to ledger.

RcptPix is a developer API for receipt OCR. Three intake channels — API upload, mobile camera, and email-to-scan. One clean JSON response with every field extracted. Build expense tools, accounting integrations, or anything that needs structured receipt data.

# Forward a receipt to your alias. Get structured JSON.
# Or call the API directly:

curl -X POST https://api.rcptpix.com/v1/scan \
  -H "X-API-Key: rk_live_your_key_here" \
  -F "file=@receipt.jpg"

# Response:
{
  "scan_id": "scan_a1b2c3d4",
  "status": "done",
  "data": {
    "merchant": { "name": "Home Depot #6342" },
    "totals": { "subtotal": 84.97, "tax": 7.25, "total": 92.22 },
    "items": [ /* full line items */ ],
    "category": "hardware"
  }
}
Hobby
$0/mo
50 scans
Starter
$19/mo
250 scans
Scale
$149/mo
5,000 scans

Join the early access list

Be first when the API opens for signups. No spam, one email.