Lender Grade AVM
The Lender Grade AVM returns a valuation with a confidence score and a high/low range, built from statistical modeling over recent sales and market-to-market analysis.
Valuing many properties at once? Use the Bulk Lender Grade AVM API rather than looping this endpoint.
POST/v2/PropertyAvm
Value a property
Request attributes
- Name
id- Type
- string
- Description
Property ID from Property Search.
- Name
address- Type
- string
- Description
A fully formatted address, as an alternative to
id.
- Name
strict- Type
- boolean
- Description
Only return a valuation when the address matches exactly.
Request
POST
/v2/PropertyAvmcurl -X POST https://api.realestateapi.com/v2/PropertyAvm \
-H "x-api-key: $REALESTATEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"address": "1 Rocket Rd, Hawthorne, CA 90250"}'
The full response schema for this endpoint — every field and enum — lives in the canonical reference. That content has not been ported to this site yet.