Integrate property-level climate risk scores, valuations, and Lens metrics into your platform. Get a free trial key in seconds — no waitlist.
POST /signup { "email": "you@yourcompany.com", "company": "Your Company" }
{
"message": "Account created. Save this API key — it will not be shown again.",
"api_key": "ck_live_...",
"plan": "trial",
"daily_limit": 50
}
POST /api/v1/score X-API-Key: ck_live_... { "address": "123 Main St, Miami, FL" }
{
"composite_score": 49.0,
"risk_bucket": "Moderate",
"hazard_scores": {
"flood": { "score": 75.0, "source": "fema_nfhl" },
"storm": { "score": 5.0 },
"heat": { "score": 70.0 },
"wildfire": { "score": 35.0 }
}
}
No signup form, no email required to look — type an address and run it. The first run claims a free trial key for this browser session (50 requests/day) so the response is real, live data from FEMA, NOAA, EPA, and USDA.
// response will appear here
| Endpoint | Description |
|---|---|
| POST /api/v1/score | Hazard scores only — fastest, lightest call |
| POST /api/v1/analyze | Full analysis: hazard scores + climate-adjusted valuation + market data |
| POST /api/v1/lens | HA-LTV, CIGR, and PCDR — Climassay's proprietary climate-finance ratios |
| GET /api/v1/status | Health check, no key required |
| GET /account/usage | Check your current plan and daily usage |
| Plan | Daily requests |
|---|---|
| Trial | 50 / day — free, issued instantly via /signup |
| Starter | 500 / day |
| Pro | 5,000 / day |
| Enterprise | Unlimited |
Trial keys are free and instant via /signup above. For Starter, Pro, or Enterprise access, email us with your use case and expected volume.
Get in Touch