POST
/
v2
/
protected
/
experimental
/
estimate
curl --request POST \
  --url https://api.fluximmo.io/v2/protected/experimental/estimate \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "property": {
    "bedroomsCount": 123,
    "isRecent": true,
    "landSurfaceArea": 123,
    "lat": 123,
    "lon": 123,
    "newProperty": true,
    "pool": true,
    "propertyType": "HOUSE",
    "roomsCount": 123,
    "surfaceArea": 123,
    "workToDo": true
  }
}'
{
  "error": {
    "message": "<string>",
    "code": 123
  }
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

400
application/json

The response is of type object.