Estimate the price of a property
Estimate the price of a property
Estimate the price of a property based on market data
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
Body
application/json
Response
400
application/json
The response is of type object
.
Was this page helpful?
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
}
}