// 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" } }
you@rcptpix.com. No upload, no drag-drop, no friction. The API that actually reads your inbox.Be first when the API opens for signups. No spam, one email.