Documentation
Integrate solar ROI calculations, electrification sequencing, and Monte Carlo analysis into your application with our REST API.
Quickstart
Get your API key and make your first solar ROI calculation in under 5 minutes.
Read moreAuthentication
API key creation, usage examples, rate limits, and key management.
Read moreAPI Reference
Complete REST API documentation with request/response examples for all endpoints.
Read moreData Sources
Understand where our data comes from: NREL, EIA, IRS, DSIRE, FRED, BLS.
Read moreAPI Endpoints
POST
/v1/calculatePOST
/v1/sensitivityPOST
/v1/compareGET
/v1/solar/:stateGET
/v1/incentives/:stateGET
/v1/costsGET
/v1/statesGET
/v1/zip/:zipGET
/v1/freshnessAuthentication
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}'