Skip to main content
POST
Submit Combined Analysis
Submits two or more bank statement PDFs for a combined asynchronous analysis. Useful when a borrower has multiple accounts (e.g. M-Pesa + bank) and you want a single consolidated view.
A callback_url is required for this endpoint — there is no polling fallback.

Request body

file[]
required
One or more bank statement PDFs. Repeat the files field once per file in the multipart form.
string
required
URL that will receive the combined result. See Callback payload.
string
JSON-encoded array of passwords positionally matching files. Use an empty string for files that are not encrypted, e.g. ["", "secret", ""].

Response

Returns the initial acknowledgement from the analysis service. The combined result itself is delivered to callback_url when ready.

Error responses

Example