Skip to main content

Documentation

Integrate wildfire hardening ROI data into your application with our REST API and MCP server.

API Endpoints

GET/v1/risk/county/:fips
GET/v1/risk/zip/:zip
POST/v1/risk/compare
GET/v1/measures
POST/v1/signup
POST/v1/login
GET/v1/account

Authentication

All API requests require an API key passed via the X-API-Key header.

curl https://wildfirecost-api.smarttechinvest.com/v1/risk/county/06037 \
  -H "X-API-Key: wfc_your_api_key_here"