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

Documents

Statement parsing

A bank or card statement into the account, the period, balances, and every transaction as a normalized row.

POST/v1/statement$0.12/statement, 12 credits, charged only on success30 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
CHASE BUSINESS COMPLETE BANKINGNorthwind Coffee LLC — Account ****4821Statement period: 06/01/2026 - 06/30/2026Opening balance $18,240.1106/03 STRIPE PAYOUT +$4,820.5006/05 WEWORK JUNE RENT -$2,100.0006/09 GUSTO PAYROLL -$6,412.0006/14 STRIPE PAYOUT +$5,101.2006/21 AWS -$318.4206/27 STRIPE PAYOUT +$2,363.21Closing balance $21,694.60
The responseschema-valid · req_5100df980ffa3bd358606505
// sending the call
// 0 credits charged so far
curl https://api.thecompound.tech/v1/statement \
  -H "Authorization: Bearer $COMPOUND_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"fileUrl":"https://…/statement.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