Post object data to receive an accurate automated model valuation
This endpoint allows you to receive response from the Altum AI AVM+ model.
401: Unauthorized No access 403: Forbidden Forbidden 429: Too Many Requests API key limit exceeded 500: Internal Server Error Service is not available and/or down 422: Unprocessable Entity Wrong input format 200: OK Successful response 400: Bad Request Unsuccessful response
Copy {
'Output': 'Please use https://api.altum.ai or visit https://mopsus.altum.ai to make your request.'
}
Copy {
"message": "Missing Authentication Token"
}
Copy {
"message": "Internal server error"
}
Copy {
"bagid": "0363010000735772",
"postcode": "1024CT",
"housenumber": "25",
"houseaddition": "",
"city": "Amsterdam",
"street": "Markengouw",
"housetype": "Portiekwoning",
"buildyear": "1967",
"innersurfacearea": "76",
"outersurfacearea": "3299",
"volume": "2211",
"energylabel": "D",
"longitude": "4.96144831561363",
"latitude": "52.39109040866619",
"valuationdate": "20231120",
"priceestimation": "278082",
"confidence": "90% Confidence Interval is 250273-305890."
}
Copy {
"Output": "The given house address not found in database, the combination of Post Code, House Number and House Addition does not exist."
}
{
'Unsupported evaluation date format, it should be YYYYMMDD.'
}
{
'The evaluation date range should be from {} and until {}.'
}
{
'Output': 'We are not able to provide prediction at the moment.'
}
{
'Output': 'The prediction is too low.'
}
Copy {
"postcode": "1024CT",
"housenumber": 25,
"houseaddition": "",
"valuation_date": "20230112"
}