For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

Content-Type

string

application/json

x-api-key*

string

Unique API key from Altum. Create one on https://platform.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

energylabel

string

Energy label A++++ till G

innersurfacearea

number

Square meter (m2) inner surface area

outersurfacearea

number

Square meter (m2) outer surface area

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

{
	"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

Laatst bijgewerkt