AVM (Automated Valuation Model)
GET http://127.0.0.1:2026/api/avm
Provides AI-powered automated property valuation using machine learning algorithms that analyze comparable sales, market trends, property attributes, and location factors to estimate current market value.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2026/api/avm" \
-H "Authorization: Bearer test" \
-H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request