Geocoding, directions, isochrones, travel-time matrices, map matching, and tile queries. Convert addresses to coordinates, get driving directions, compute reachable areas, and snap GPS traces to roads.
View documentationUse Mapbox when your agent needs geospatial analysis — geocoding addresses, computing driving routes, finding reachable areas within a time limit (isochrones), building travel-time matrices for logistics, or cleaning up noisy GPS data. Ideal for delivery optimization agents, fleet management, real estate analysis, and any workflow needing precise geospatial computation.
Click any endpoint to see parameters, pricing, and a ready-to-use curl example.
Convert an address or place name to coordinates (lat/lng).
/services/mapbox/mapbox/geocode-forward| Name | Type | Required | Description |
|---|---|---|---|
| q | string | Yes | Address or place name to geocode |
curl -X POST \
"https://api.indiegent.com/services/mapbox/mapbox/geocode-forward" \
-H "Authorization: Bearer <your-token>" \
-H "X-Agent-Wallet: my-agent" \
-H "Content-Type: application/json" \
-d '{
"q": "1600 Amphitheatre Parkway, Mountain View, CA"
}'api.indiegent.com/services/mapboxUSDC · Automatic
Payment protocols handled by IndieGent
Tempo