Retrieve geolocations
curl -X GET "https://api.gateway.walee.ai/api/ask/geos" \ -H "x-api-key: YOUR_API_KEY"
{"success": true,"message": "Geolocations fetched successfully","payload": {}"data": [}{"id": 51800,"type": ["city"],"name": "London","title": "London, United Kingdom","country": {},"id": 62149}{]"id": 297756,"type": ["city"],"name": "Londrina","title": "Londrina, Brazil","country": {}"id": 59470}
{ "success": false, "message": "Failed to fetch geolocations" "payload": {} }
{ "success": false, "message": "Something went wrong. Please try again later." "payload": {} }