GET /api/v1/enrich
Requires Bearer token.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
address | string | ✓ | Full US street address to geocode and enrich. | |
radius | float | 1.0 | Search radius in km (max 10). | |
profile | string | general | Scoring profile: general, qsr, self_storage, retail, office. | |
include | string | all | Comma-separated sections: scores,pois,permits,demographics,risk. Use ‘all’ for everything. |
| Field | Type | Description |
|---|---|---|
address | string | Normalized address string. |
lat | float | Geocoded latitude. |
lng | float | Geocoded longitude. |
scores | object | Full scoring breakdown with composite and signal groups. |
permits | object | Nearby building permits with value aggregation. |
demographics | object | Census and ACS demographic data. |
risk | object | Environmental and safety risk indicators. |