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.

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/PropertyAvm
curl -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"}'

Was this page helpful?