PropertyBatchItem
Single property entry in a property batch request. Used by: Nested in PropertyBatchRequest
Client-provided reference ID — echoed back in results for correlation
location objectrequired
Location input for AVM requests. Provide either address OR latitude + longitude.
Used by all AVM endpoints (property, rental, multifamily) in both single and batch modes.
Full street address
Latitude
Possible values: >= -90 and <= 90
Longitude
Possible values: >= -180 and <= 180
maps_api_response objectnullable
Pre-fetched Maps API response
Pre-fetched Maps API response
search_params object
Common search parameters for AVM requests. All fields are optional with sensible defaults.
Used by all AVM endpoints (property, rental, multifamily) in both single and batch modes.
Search radius in miles
Possible values: >= 0.1 and <= 10
5Months to look back
Possible values: >= 1 and <= 36
As-of date (YYYY-MM-DD)
Number of comparables to return (0 = subject-only, skips DB query)
Possible values: >= 0 and <= 20
0property_fields objectrequired
Property-specific AVM fields.
Used by: POST /v1/avm/property, GET /v1/avm/property, POST /v1/avm/batch/property
Number of bedrooms
Possible values: >= 0 and <= 50
Number of bathrooms
Possible values: >= 0 and <= 50
Living area in sqft
Possible values: >= 0
Lot size in sqft
Possible values: >= 0
Year built
Possible values: >= 1800 and <= 2030
Property type classification. Valid values: houses, townhomes, condos, small_multifamily (2-4 units), multifamily (5+ units), mobile
Possible values: [houses, townhomes, condos, small_multifamily, multifamily, mobile]
Total units (1–4). Defaults to 2 for small_multifamily, 1 otherwise.
Possible values: >= 1 and <= 4
Has pool. If omitted, estimated from nearby comparables.
Has basement. If omitted, estimated from nearby comparables.
Has central air. If omitted, estimated from nearby comparables.
Has patio/porch. If omitted, estimated from nearby comparables.
Has deck/balcony. If omitted, estimated from nearby comparables.
Has in-unit laundry. If omitted, estimated from nearby comparables.
Has accessory dwelling unit. Defaults to false if omitted.
Number of fireplaces. Defaults to 0 if omitted.
Possible values: >= 0 and <= 10
Number of garage spaces. If omitted, estimated from nearby comparables.
Possible values: >= 0
Other parking spaces. If omitted, estimated from nearby comparables.
Possible values: >= 0
Number of stories (1–5; cap at 5 for high-rise). If omitted, estimated from nearby comparables.
Possible values: >= 1 and <= 5
Property condition (0-5). 1=poor, 2=fair, 3=average, 4=good, 5=excellent. If omitted, estimated from nearby comparables.
Possible values: >= 0 and <= 5
{
"property_id": "string",
"location": {
"address": "123 Main St, Austin, TX 78701"
},
"search_params": {
"radius_mi": 5,
"lookback_months": 12,
"num_comps": 5
},
"property_fields": {
"bedrooms": 3,
"bathrooms": 2,
"living_area": 1800,
"lot_size": 7500,
"year_built": 1998,
"property_type": "houses",
"condition": 3.5
}
}