Valuation Agent

POST /v1/agent/valuation
{
"address": "415 Mission Street, San Franscisco, CA, US"
}Last updated
Was this helpful?

POST /v1/agent/valuation
{
"address": "415 Mission Street, San Franscisco, CA, US"
}Last updated
Was this helpful?
Was this helpful?
POST /v1/agent/valuation
{
"region": {
"city": "Seattle",
"state": "WA"
}
}{
"property": {
"address": "415 Mission Street, San Francisco, CA, US",
"propertyType": "residential",
"squareFeet": 1850,
"yearBuilt": 1995
},
"valuation": {
"timestamp": "2025-02-25T16:30:22Z",
"homeValue": 1835000,
"rentalValue": 6500,
"confidenceScore": 87
},
"investment": {
"maintenanceCost": "Medium",
"investmentRating": "B",
"capRate": 3.5,
"pricePerSqFt": 973
},
"range": {
"minHomeValue": 1599000,
"maxHomeValue": 1999000,
"minRentalValue": 5500,
"maxRentalValue": 7500
},
"marketTrends": {
"yearOverYearChange": 3.5,
"forecastedAnnualGrowth": 2.9,
}
}