Properties
Property count and average AVM
x-api-key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/properties/analytics/summary" \ -H "Content-Type: application/json" \ -d '{}'{
"avgAvmValue": 0,
"avgEquity": 0,
"excluded": {
"avgEquity": 0
},
"pctInForeclosure": 0,
"totalCount": 0
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string",
"limit": 0,
"size": 0
}Configurable chart data (measure × slice) POST
Previous Page
Free-text property search POST
Find properties by a single free-text query — a full or partial address, an owner name, or a place. Results are ranked by relevance and tolerate typos, missing components, and reordered street directionals (e.g. "112 5th ave nw" and "112 nw 5th ave" both match). Returns the same property summary rows as the list endpoint. Use this for a search box; use the list endpoint for structured filtering.