Installation
Create a client
Keep your secret key on your server. Never expose it in browser or client-side code.
Resolve an alias
Response
- Address — available under
location.address - Coordinates — available under
location.geo, includingprecision_meters.altitudecan benullwhen unavailable. - Instructions — available under
location.instructions:general— accessing the locationdelivery— for deliveriesautonomous— for autonomous systems
TypeScript
Location, Address, Geo, Instructions.
Error handling
Complete example
Keep your API key private
Load your secret key from an environment variable rather than hardcoding it:API alternative
The SDK is optional. If you’re not using Node.js, or prefer raw HTTP requests, see the Quickstart for the API integration guide.
The SDK is intentionally minimal: install it, create a client, resolve an alias.