Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.swippee.com/llms.txt

Use this file to discover all available pages before exploring further.

All errors return JSON of the form:
{ "error": { "code": "...", "message": "..." } }
CodeHTTPMeaning
missing_api_key401No Authorization header sent.
invalid_api_key401Key does not exist.
revoked_api_key401Key was revoked.
insufficient_scope403Key lacks the required scope.
quota_exceeded429Monthly parse limit reached.
missing_file400Form field file is missing.
file_too_large413File exceeds the 20 MB limit.
invalid_format400Body was malformed or not multipart/form-data.
unsupported_document422Uploaded file is not a transaction statement.
unsupported_bank422No supported Nepali bank detected.
parse_failed422Bank detected but extraction failed.
not_found404Resource not found on this organization.