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.
What Swippee does
Swippee is Nepal’s financial data layer. One API gives you:Statement parsing
Upload a Nepali bank statement (PDF or image) and get back clean,
categorized transactions, balances, and signals.
Lending products
Income, Identity, Balance, Liabilities, Score, Verify, and Underwriting —
each a focused view derived from a single parse.
Merchant enrichment
Resolve Fonepay terminals and merchant names to a clean name, MCC,
spend category, and city.
Swippee Data
Read Nepal’s public-sector financial data — forex, interest rates,
payments, macro indicators — sourced from Nepal Rastra Bank.
Base URL
All endpoints live under a single versioned base URL:How it fits together
A typical integration is two calls: parse a statement, then read the product view you need.Get an API key
Create a key in the dashboard. Keys are
shown once — store them securely.
Parse a statement
POST /v1/parse with the file. You get a full StatementReport back, or a
poll URL if you parse asynchronously.Start building
Make your first parse in a few minutes.