Calculate Isochrone
Compute reachability polygons (isochrones) from an origin point. Pass from as a place name and the origin is geocoded for you, or pass locations if you already have coordinates. Returns one or more contour polygons capped by time or distance.
Documentation Index
Fetch the complete documentation index at: https://docs.footstep.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Footstep API key
Body
1 - 4 elementsSingle origin location as coordinates (length 1). Use this when you already have lat/lon; otherwise prefer from.
1 elementauto, bicycle, pedestrian, bus, truck Fine-tuning options. Include only the key matching your travel type.
0 = detailed, 1 = smoothed
0 <= x <= 1Response format. footstep = optimised for app developers (encoded polyline, flat structure). geojson = standard GeoJSON FeatureCollection (decoded coordinates, immediately usable in Leaflet/Mapbox GL/deck.gl).
footstep, geojson Origin place name (e.g. 'Kings Cross, London'). Geocoded internally. Provide either from OR locations, not both.