{
            "service": "GeoRex Geocoding API",
            "version": "1.0",
            "endpoints": {
                "token": "POST /api/token - Get authentication token",
                "autocomplete": "GET /autocomplete?q=...&token=... - Fast address search",
                "geocode": "GET /geocode?q=...&token=... - Full geocoding",
                "reverse": "GET /reverse?lat=...&lon=...&token=... - Reverse geocoding",
                "address": "GET /address?postcode=...&huisnummer=...&token=... - Dutch address lookup",
                "static_map": "GET /map.png?center=...&zoom=...&size=...&key=...&sig=... - Static map image"
            },
            "authentication": {
                "step1": "POST /api/token with X-API-Key header to get a token",
                "step2": "Use token in all API requests as ?token=YOUR_TOKEN",
                "token_validity": "10 minutes",
                "docs": "https://docs.georex.nl/authentication"
            },
            "get_api_key": "https://georex.nl/dashboard"
        }