Authentication, input and response
Details on input output and authentication requirements
Post object data to receive an accurate automated model valuation
POST https://api.altum.ai/listingprice
This endpoint allows you to receive response from the Altum AI Listing Price model.
Headers
Name
Type
Description
Content-Type
string
application/json
x-api-key*
string
Unique API key from Altum. Create one via Mopsus(https://mopsus.altum.ai)
Request Body
Name
Type
Description
postcode*
string
Postcode of the object
valuation_date
string
Valuation date (default is date of entry)
houseaddition
string
House number letters and/or addition
housenumber*
number
House number
innersurfacearea
number
Square meter (m2) inner surface area
outersurfacearea
number
Square meter (m2) outer surface area
{
"message": "Missing Authentication Token"
}{
"message": "API key limit exceeded"
}{
"message": "Internal server error"
}{
"detail": [
{
"loc": [
"body",
"postcode"
],
"msg": "string does not match regex \"^(?!1000|1001|1002|1003|1004|1005|1006|1007|1008|1009|1010)[1-9][0-9]{3}[A-Z]{2}$\"",
"type": "value_error.str.regex",
"ctx": {
"pattern": "^(?!1000|1001|1002|1003|1004|1005|1006|1007|1008|1009|1010)[1-9][0-9]{3}[A-Z]{2}$"
}
}
]
}Request body
Example request
Last updated