Converts an address into geographic coordinates. This endpoint takes a free-text location or address and returns the most likely latitude and longitude. It is designed specifically for Agentic usage where only a single definitive location is needed.
To increase location accuracy, it is highly encouraged to provide as precise and complete an address as possible. Providing an optional two-letter country code (e.g., “us”) is also strongly encouraged to increase accuracy. Returns null coordinates and an explanatory message if no results are found.
Your access token or API key. Pass as Authorization: Bearer <token>.
The address or location query to geocode. e.g., '1600 Pennsylvania Ave NW, Washington, DC'
Optional two-letter country code (ISO 3166-1 alpha-2) to improve geocoding accuracy.
2