REST over HTTPS, JSON in and JSON out. Authentication is bearer-token based. All requests are made against https://api.plutus.app.
/v1/households/{id}/forecastAuthorizationContent-TypeX-Idempotency-Keyid{
"id": "fcst_8s9d2f3",
"household": "hh_2k3l4m",
"createdAt": "2026-06-15T09:42:11Z",
"horizonYears": 35,
"projection": [
{ "year": 2026, "income": 192000, "expenses": 88500, "cash": 71500, "netWorth": 580000, "status": "ok" },
{ "year": 2027, "income": 197760, "expenses": 91155, "cash": 78105, "netWorth": 642300, "status": "ok" }
],
"firstWarningYear": null,
"ruleScore": 14
}