Authentication, input and response
Request contents valuation for Dutch residential properties
POST
https://api.altum.ai/contentsvalue
Headers
Name
Type
Description
x-api-key*
string
Unique API Key from Altum. Create one via Mopsus(https://mopsus.altum.ai)
Content-Type
string
application/json
Request Body
Name
Type
Description
innersurfacearea*
int
Inner Surface Area of the property in m².
age_mainbreadwinner*
int
Age of the main bread winner of the property.
household_composition*
bool
0 for Single; 1 for married or cohabiting
income_mainbreadwinner*
int
Net Monthly income of the main breadwinner in euros.
value_audiovisualandPC
int
Value of the audiovisual and computer equipment in euros.
value_jewelery
int
Value of the jewelry in euros.
value_specialpossessions
int
Value of special possessions in euros.
value_tenantinterest
int
Value of tenant interest in euros.
{
"output_total_household_value": 91834,
"output_points_total": 73,
"output_value_of_points": 91834,
"output_index_value_1258": 1258,
"output_value_delta": 0
}
Request body
Example request
{
"innersurfacearea": "120",
"age_mainbreadwinner": "40",
"household_composition": "True",
"income_mainbreadwinner": "3500",
"value_audiovisualandPC": "0",
"value_jewelery": "0",
"value_specialpossessions": "0",
"value_tenantinterest": "0"
}
Last updated