Skip to main content

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.

The Manka API uses Bearer token authentication. Every authenticated endpoint requires an Authorization header of the form:
Authorization: Bearer <your_api_token>

Generating a token

1

Log in

Sign in to the Manka Dashboard.
2

Open Access Tokens

Go to Settings → Access Tokens (or open Developer Tools directly).
3

Create a key

Click Add an API Key, give it a label, and copy the token shown — it is displayed only once.
Treat API tokens like passwords. Store them in a secrets manager and never commit them to version control.

Example request

curl https://api.manka.ai/v1/api/transactions \
  -X POST \
  -H "Authorization: Bearer $MANKA_API_TOKEN" \
  -F "file=@statement.pdf"

Authentication errors

StatusMeaning
401Missing or invalid token
402Token is valid but the account has no analysis credits
Need help? Email hello@manka.tz.