Places & Maps

Mapbox

standard

Mapbox is an reliable places & maps provider offering Geocoding, Directions & Routing, Isochrone Analysis through Aweb's unified API. It features none streaming support with premium-tier latency.

Try MapboxOfficial docs

Specifications

CategoryPlaces & Maps
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://api.mapbox.com
SDK Package

Capabilities (3)

Geocodingplaces.geocode
Score: 90DEFAULT
Directions & Routingplaces.directions
Score: 92DEFAULT
Isochrone Analysisplaces.isochrone
Score: 88DEFAULT

Quick start

Use Mapbox through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "mapbox",
    "capability": "places.geocode",
    "input": { "prompt": "Hello from Mapbox!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'mapbox',
  capability: 'places.geocode',
  input: { prompt: 'Hello from Mapbox!' },
});

console.log(result.output);

Related Places & Maps providers

Google Maps

standard tier

HERE

standard tier

Radar

standard tier

What3Words

economy tier

Getting started →API reference →All capabilities →All providers →