PDF Bank Statement Analysis

AI Tools

Turn PDF bank statements into structured financial insight. Upload one or more statements and Algoan extracts the accounts and transactions, runs a Credit Insights and Score analysis, and returns it back to you.

How it works

A complete analysis takes four steps. Each one maps to a single API call.

  1. Authenticate

  2. Create a customer

  3. Upload statements

  4. Fetch results

Upload PDF bank statements

Send one or more PDF statements as base64-encoded files. Algoan extracts the accounts and transactions, creates an analysis, and runs Credit Insights + Score on it. This endpoint returns immediately with an analysisId; the actual extraction happens asynchronously.

curl --request POST \ --url https://api.algoan.com/v2/customers/${customerId}/bank-statements \ --header 'Authorization: Bearer access_token' \ --header 'Content-Type: application/json' \ --data '{ "files": [ { "fileName": "4MoisBNP.pdf", "base64File": "JVBERi0xLjcKJeLjz9MKJUlTSVMgRERERV9QZGYtVjcuNyBTUDQvbDMgJzIwMjMtMDktMTQgKGJ1aWxkOjcuNzQuMjIyNzQuMjMzNzEpJyAgICAgI" } ] }'


  Last updated