Quickstart
Make your first API call in under a minute.
1. Get an API key
Sign in to the dashboard and click Create API key.
Pick an environment (LIVE for production, SANDBOX for testing) and copy the
returned key — it's only shown once.
Keys look like gdk_live_xxxxxxxxxxxxxxxxxxxxxxxx.
2. Make a request
Use the key in the X-API-Key request header.
3. Inspect the response
Every response is JSON. Successful calls also return rate-limit headers:
Need a 1-click trial without signing up? The landing page demo at
GoGoDuk calls /v1/demo/suggest directly (IP-rate-limited, no key
required).
What's next
- Look up a place's full details with
/v1/place/resolve. - Reverse-lookup coordinates with
/v1/reverse. - Read the authentication guide for environments, rotation, and revocation.