For Developers

SiteIntel API

Programmatic access to feasibility data. REST API with JSON responses. Build custom integrations and workflows.

Enterprise-Grade API

The SiteIntel API gives you programmatic access to the same data that powers our reports. Query zoning, flood zones, demographics, utilities, and more.

  • RESTful JSON API with OpenAPI spec
  • OAuth 2.0 authentication
  • Rate limits: 1000 requests/hour
  • Webhooks for async operations
  • 99.9% uptime SLA (Enterprise)
  • Dedicated support Slack channel
// Example: Get property data
curl -X POST \
https://api.siteintel.ai/v1/properties \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '"{"
"address": "123 Main St, Austin, TX"
}"
// Response
{
"property_id": "tx-travis-12345",
"zoning": "LR",
"flood_zone": "X",
"score": 87
}

API Endpoints

POST

/v1/properties

Create or retrieve property by address. Returns property ID and basic metadata.

GET

/v1/properties/{id}/zoning

Get zoning analysis including current zone, permitted uses, and restrictions.

GET

/v1/properties/{id}/flood

FEMA flood zone designation, base flood elevation, and FIRM panel reference.

GET

/v1/properties/{id}/utilities

Utility provider information for electric, gas, water, sewer, and telecom.

GET

/v1/properties/{id}/demographics

Census demographics within 1, 3, and 5-mile radii. Population, income, age.

GET

/v1/properties/{id}/environmental

EPA environmental screening. Brownfields, Superfund sites, ECHO violations.

POST

/v1/reports/generate

Generate full PDF feasibility report. Async operation with webhook callback.

GET

/v1/reports/{id}

Retrieve report status and download URL once generation is complete.

API Pricing

Pro Plan

Included

API access included with Pro subscription ($1,950/month). 1000 requests/hour.

View Pricing

Enterprise

Custom

Dedicated infrastructure, custom rate limits, 99.9% SLA, and white-glove support.

Contact Sales

Ready to Build?

Get started with our API sandbox or contact sales for enterprise access.