Skip to main content
Elovane

Documentation

Integrate solar ROI calculations, electrification sequencing, and Monte Carlo analysis into your application with our REST API.

API Endpoints

POST/v1/calculate
POST/v1/sensitivity
POST/v1/compare
GET/v1/solar/:state
GET/v1/incentives/:state
GET/v1/costs
GET/v1/states
GET/v1/zip/:zip
GET/v1/freshness

Authentication

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

curl https://elovane-api.smarttechinvest.com/v1/calculate \
  -H "X-API-Key: elv_live_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{"annualProductionPerKW":1400,"annualConsumptionKWh":10000,"utilityRate":0.15}'