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

Documents

Document parse

Any invoice, receipt, EOB, ERA, or COI, PDF or image, into structured, validated JSON.

POST/v1/parse$0.10/document, 10 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 document11 lines
INVOICE INV-10428Acme Supplies Inc.123 Warehouse Rd, Columbus OHDate: 2026-06-30PO Number: PO-88Bill to: Northwind Coffee LLC 12x Widget A @ $100.00 ... $1,200.00Freight ... $55.50TOTAL DUE: $1,255.50Terms: Net 30
The responseschema-valid · req_7e88e5dfd8ebeb94dd5530d8
// sending the call
// 0 credits charged so far
curl https://api.thecompound.tech/v1/parse \
  -H "Authorization: Bearer $COMPOUND_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"fileUrl":"https://…/invoice.pdf"}'

Scored

9 of 9 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