API

Integrate property-level climate risk scores, valuations, and Lens metrics into your platform. Get a free trial key in seconds — no waitlist.

1. Get a key

Request
POST /signup

{
  "email": "you@yourcompany.com",
  "company": "Your Company"
}
Response
{
  "message": "Account created. Save this API key — it will not be shown again.",
  "api_key": "ck_live_...",
  "plan": "trial",
  "daily_limit": 50
}

2. Score a property

Request
POST /api/v1/score
X-API-Key: ck_live_...

{
  "address": "123 Main St, Miami, FL"
}
Response
{
  "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 }
  }
}

Try it

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.

api/v1/score
>
// response will appear here

Other endpoints

EndpointDescription
POST /api/v1/scoreHazard scores only — fastest, lightest call
POST /api/v1/analyzeFull analysis: hazard scores + climate-adjusted valuation + market data
POST /api/v1/lensHA-LTV, CIGR, and PCDR — Climassay's proprietary climate-finance ratios
GET /api/v1/statusHealth check, no key required
GET /account/usageCheck your current plan and daily usage

Plans

PlanDaily requests
Trial50 / day — free, issued instantly via /signup
Starter500 / day
Pro5,000 / day
EnterpriseUnlimited

Need a higher plan?

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