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/avmplus

This endpoint allows you to receive response from the Altum AI AVM+ model.

Headers

NameTypeDescription

Content-Type

string

application/json

x-api-key*

string

API Key from Altum. Create one via Mopsus(https://mopsus.altum.ai)

Request Body

NameTypeDescription

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

energylabel

string

Energy label A++++ till G

innersurfacearea

number

Square meter (m2) inner surface area

{
    'Output': 'Please use https://api.altum.ai or visit https://mopsus.altum.ai to make your request.'
}

Request body

Example request

{
  "postcode": "1024CT",
  "housenumber": 25,
  "houseaddition": "",
  "valuation_date": "20230112"
}

Last updated