Skip to main content

Quickstart

Upload your first bank statement and get started with Parse in under 5 minutes.

Prerequisites

Step 1: Check Your Quota

Before uploading, verify you have enough pages remaining:
Response:

Step 2: Upload a Statement

Send a POST request with your PDF:
Response:
Save the job_id - you’ll need it to retrieve results.

Step 3: Get Results

Once processing completes (typically 30-60 seconds), results are available. Processing includes:
  • ✅ All transactions extracted with dates and amounts
  • ✅ Financial summary (opening/closing balances, deposits, withdrawals)
  • ✅ Recurring payment detection
  • ✅ Large transaction flagging
  • ✅ Anomaly detection (negative balances, multi-month statements)
  • ✅ Loan detection
  • ✅ Intra-company transfer identification
Results contain:

Next Steps