Submit Statement for Analysis
Bank Statement Analysis
Submit Statement for Analysis
Submit a bank statement PDF for asynchronous analysis.
POST
Submit Statement for Analysis
Submits a bank statement PDF for asynchronous analysis. The endpoint returns aDocumentation Index
Fetch the complete documentation index at: https://docs.manka.tz/llms.txt
Use this file to discover all available pages before exploring further.
task_id immediately. Results are delivered via the optional callback_url and/or by polling GET /analysis/:task_id.
Request body must be
multipart/form-data. One analysis credit is deducted on successful submission.Request body
Bank statement PDF.
Password for protected PDFs. Required if the file is encrypted.
URL to receive the final result payload when analysis completes. See Callback payload.
Response
Always
"processing" on initial submission.Identifier for the analysis job. Use it to poll for results or correlate the callback payload.
Error responses
| Status | Reason |
|---|---|
400 | PDF is password-protected but no password was provided |
401 | Missing or invalid API token |
402 | Insufficient analysis credits |

