Once a report isDocumentation Index
Fetch the complete documentation index at: https://docs.swippee.com/llms.txt
Use this file to discover all available pages before exploring further.
complete, each product is a focused GET on it. All take a
Bearer key and return JSON shaped for that one product — call only what you
need, billed as one parse regardless of how many you read.
| Product | Endpoint | Returns |
|---|---|---|
| Asset Report | GET /v1/reports/:id/asset-report | The full underwriting view — statement, signals, monthly summary, categories, and every transaction. |
| Income | GET /v1/reports/:id/income | Salary detection (amount, regularity, day-of-month), monthly credits, stability score, and income transactions. |
| Identity | GET /v1/reports/:id/identity | Account holder, account number, bank, currency, and statement period. |
| Balance | GET /v1/reports/:id/balance | Opening/closing balances, average and minimum balance, and the balance trend. |
| Liabilities | GET /v1/reports/:id/liabilities | EMI/loan obligations bucketed by detected lender, monthly EMI total, EMI load %, and bounce count. |
| Score | GET /v1/reports/:id/score | A single 0–1000 creditworthiness score derived from the statement signals. |
| Verify | GET /v1/reports/:id/verify | Forgery/tamper detection — a verdict (authentic | review | suspicious), confidence, and every check with pass/fail + severity. |
| Underwriting | POST /v1/reports/:id/underwriting | Full lender decision: FOIR, disposable income, max supportable EMI, risk flags, approve/review/decline verdict. Bills 1 unit per call. |
enrich is a transform endpoint (POST /v1/enrich) — send raw transactions,
get merchant / MCC / category tags back. connect is the hosted upload flow —
see the Connect guide.