ParseRail
api.thecompound.tech/v1
39 endpoints1 paused242/242 checks passingcredits from $20

Documents

Receipt extraction

A receipt into merchant, items, totals, payment method, and an expense category, built for expense flows.

POST/v1/receipt$0.06/receipt, 6 credits, charged only on success60 calls a minute per keyasync capable

A production call, recorded 2026-09-01

charged 0 creditsrun 0.00 s
  1. auth (bearer key)
  2. per-key throttle
  3. validate body
  4. balance precheck
  5. run the capability
  6. charge credits ON SUCCESS ONLY
  7. JSON
The document9 lines
BLUE BOTTLE COFFEE315 Linden St, Oakland CA07/02/2026 9:41 AM1 Latte 12oz $5.751 Croissant $4.50Subtotal $10.25Tax $0.95TOTAL $11.20VISA ****4242
The responseschema-valid · req_69f649faea40aba962831a6d
// sending the call
// 0 credits charged so far
curl https://api.thecompound.tech/v1/receipt \
  -H "Authorization: Bearer $COMPOUND_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"fileUrl":"https://…/receipt.jpg"}'

Scored

6 of 6 field checks passed when the eval suite last ran against production, on 2026-07-08. Every endpoint's score

The Documents guide has this endpoint with its example response. The reference has every parameter.

More from Documents

Get a key and buy credits