cURL
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 } }
Estimate the price of a property based on market data
Properties to estimate
Show child attributes
Error object
Was this page helpful?