All errors return JSON of the form: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.
| Code | HTTP | Meaning |
|---|---|---|
missing_api_key | 401 | No Authorization header sent. |
invalid_api_key | 401 | Key does not exist. |
revoked_api_key | 401 | Key was revoked. |
insufficient_scope | 403 | Key lacks the required scope. |
quota_exceeded | 429 | Monthly parse limit reached. |
missing_file | 400 | Form field file is missing. |
file_too_large | 413 | File exceeds the 20 MB limit. |
invalid_format | 400 | Body was malformed or not multipart/form-data. |
unsupported_document | 422 | Uploaded file is not a transaction statement. |
unsupported_bank | 422 | No supported Nepali bank detected. |
parse_failed | 422 | Bank detected but extraction failed. |
not_found | 404 | Resource not found on this organization. |