Documentation Index
Fetch the complete documentation index at: https://docs.geoscale.io/llms.txt
Use this file to discover all available pages before exploring further.
What you need
- An API key
- An HTTP client (e.g.
curl, or any HTTP library)
- Sign up if you haven’t already
- On the dashboard, go to the Billing section and choose Add subscription.
- Finally, head over to the API keys section and click Create API key.
Make your first request
Send a GET request to the autocomplete endpoint with a country code and a partial address query. Example usingcurl:
countryspecifies the country to search inqis the partial address input typed by the userlimitcontrols how many suggestions are returned
Example response
What to do next
- Continue reading the API reference for all parameters
- Read the Data model to understand how addresses are structured
