Get suggestions of real estate objects addresses from Altum AI.
GEThttps://api.altum.ai/autosuggest?search={string}&fuzzy={true or 1 or yes}
This endpoint allows you to get five (5) suggestions based on your query parameters. It needs at least one (1) character and responds with the best suggestions.
{
"Output": "Could not find any object with your search query"
}
{
"errors": {
"postcode": "Unsupported postcode length, it should be six."
},
"message": "Input payload validation failed"
}
OR
{
"errors": {
"postcode": "Unsupported postcode format, it should consist of four numbers following by two letters."
},
"message": "Input payload validation failed"
}
{
"message": "Internal server error"
}
{
"message": "Missing Authentication Token"
}
{
'Output': 'Please use https://api.altum.ai or visit https://mopsus.altum.ai to make your request.'
}
Turn on fuzzy to support multi string queries. Learn more about fuzzy search support here.