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.

Example prompts
- “What’s the elevation at the top of Primrose Hill?”
- “Show me the elevation profile between these two coordinates”
- “How much climbing is there on this path?”
- “Get elevation data for these 10 GPS points”
What you get back
Elevation values for each input point, plus a summary withmax_elevation_meters, min_elevation_meters, and avg_elevation_meters.
range: true for paths
Pass range: true when your input is an ordered path (a route, a hike, a GPS trace). The response then carries:
range_height—[distance_meters, elevation_meters]tuples for charting an elevation profile.total_ascent_metersandtotal_descent_meters— cumulative climb and drop along the path. Included only inrangemode.