Skip to content

Getting Started

To start using the AddressHub API, you'll need an API key. Follow these steps to obtain your key and make your first API request:

  1. Sign Up: Register for an AddressHub account to access your API dashboard.
  2. Generate API Key: From your dashboard, generate a new API key for authenticating your API requests.
  3. Make Your First Request: Use the /geocode endpoint to convert an address into geocoded data. Here's a quick example:
bash
curl -X POST 'https://api.address-hub.com/geocode' \
-H 'AH-API-KEY: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "address": "Otto-Weidt-Platz 8 10557 Berlin", "country" : "DE" }'

Replace YOUR_API_KEY with your actual API key.

For more details on using the API, including request parameters and response formats, proceed to the API Endpoint section.

Support

If you encounter any issues or have questions, please contact our support team at support@address-hub.com. We're here to help.