Submit Combined Analysis
Combined Analysis
Submit Combined Analysis
Submit two or more statements for a single combined asynchronous analysis.
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.Documentation Index
Fetch the complete documentation index at: https://docs.manka.tz/llms.txt
Use this file to discover all available pages before exploring further.
Request body
One or more bank statement PDFs. Repeat the
files field once per file in the multipart form.URL that will receive the combined result. See Callback payload.
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 tocallback_url when ready.
Error responses
| Status | Reason |
|---|---|
400 | No files provided, callback_url missing, or unrecognisable PDF format |
401 | Missing or invalid API token |
402 | Insufficient analysis credits |
500 | Internal error processing the combined analysis |

