Skip to main content

Documentation

Integrate property risk data into your application with our REST API and MCP server.

API Endpoints

GET/v1/risk/:zip
GET/v1/risk/:zip/report
POST/v1/risk/compare
GET/v1/hazards
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://riskbeforebuy.smarttechinvest.com/v1/risk/90210 \
  -H "X-API-Key: rbb_your_api_key_here"