POST
Turn a customer’s bank-statement PDF into structured financial insight — income, spending, cash-flow and affordability signals. A two-step flow: upload the statement to get an account ID, then fetch the analysis.
/api/v1/financial/transactions/pdfHeaders
Body parameters
Step 2 — Financial analysis
CallGET /api/v1/financial/analysis with the account_id from step 1 to retrieve the analysis.
The
entity groups results into five objects: accountBreakdown (balances, monthly/weekly averages, statement period), expenseBreakdown (spend by category), fundsManagement (cash-flow, loan and gambling signals), inflowBreakdown (salary and additional income) and transactionRoutineBreakdown (transaction ranges and recency). Response trimmed below for readability.
200 — /api/v1/financial/analysis