Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/geo/geohash-encode \ --header 'X-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Encode coordinates to geohash.
Latitude
-90 <= x <= 90
Longitude
-180 <= x <= 180
Precision (1-12)
1 <= x <= 12
Successful Response