Extract Transactions
Transactions
Extract Transactions
Synchronously parse a bank statement PDF into account metadata and a transaction list.
POST
Extract Transactions
Parses a bank statement PDF and returns the raw transaction list along with account metadata. UnlikeDocumentation Index
Fetch the complete documentation index at: https://docs.manka.tz/llms.txt
Use this file to discover all available pages before exploring further.
/analysis, this endpoint is synchronous — the parsed result is returned in the same response.
Request body must be
multipart/form-data. One analysis credit is deducted per successful call.Request body
Bank statement PDF.
Password for protected PDFs. Required if the file is encrypted.
Response
Account holder name as printed on the statement.
Account or mobile number.
Contact number on file with the issuer.
Issuing institution, e.g.
"Equity Bank", "Vodacom".Currency name or ISO code as printed on the statement.
ISO 4217 currency code (e.g.
"KES", "TZS").ISO 8601 date of the first transaction in the statement period.
ISO 8601 date of the last transaction in the statement period.
Total number of transactions returned in
transactions.Ordered list of parsed transactions.
Error responses
| Status | Reason |
|---|---|
400 | PDF is password-protected or in an unrecognisable format |
401 | Missing or invalid API token |
402 | Insufficient analysis credits |

