PropertyAVMFields
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
{
"bedrooms": 3,
"bathrooms": 2,
"living_area": 1800,
"lot_size": 7500,
"year_built": 1998,
"property_type": "houses",
"condition": 3.5
}