> ## 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.

# Footstep

> Geospatial APIs with terrain intelligence built in

<Frame>
  <img src="https://mintcdn.com/footstep/QNknRZ9DgHsEJ89b/images/landing-page.webp?fit=max&auto=format&n=QNknRZ9DgHsEJ89b&q=85&s=7eef5762dc3cb85a69a37856c1da459b" alt="Footstep API" width="1408" height="768" data-path="images/landing-page.webp" />
</Frame>

## Getting started

Routing with terrain analytics, geocoding, and spatial prediction.

<Columns cols={3}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Make your first API call in under a minute.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    API key setup and security.
  </Card>

  <Card title="Errors" icon="triangle-exclamation" href="/errors">
    Error codes and retry strategies.
  </Card>
</Columns>

## Routing

Directions, optimisation, elevation, and spatial analysis with terrain intelligence built in.

<Columns cols={2}>
  <Card title="Route" icon="route" href="/api/endpoint/route">
    Turn-by-turn directions with terrain analytics.
  </Card>

  <Card title="Optimise" icon="arrows-rotate" href="/api/endpoint/optimize">
    Find the best order to visit multiple stops.
  </Card>

  <Card title="Elevation" icon="mountain" href="/api/endpoint/elevation">
    Query elevation with computed summaries.
  </Card>

  <Card title="Isochrone" icon="circle-nodes" href="/api/endpoint/isochrone">
    Time and distance-based reachability.
  </Card>

  <Card title="Matrix" icon="table-cells" href="/api/endpoint/matrix">
    Time/distance matrices for logistics.
  </Card>
</Columns>

## Geocoding

Search for addresses, reverse geocode coordinates, and process address data at scale.

<Columns cols={2}>
  <Card title="Search" icon="magnifying-glass" href="/api/endpoint/search">
    Text to coordinates. Any address, place, or landmark.
  </Card>

  <Card title="Reverse" icon="location-crosshairs" href="/api/endpoint/reverse">
    Coordinates to address. Find what's at a lat/lng.
  </Card>

  <Card title="Autocomplete" icon="keyboard" href="/api/endpoint/autocomplete">
    Typeahead suggestions as the user types.
  </Card>

  <Card title="Batch" icon="list-check" href="/api/endpoint/batch">
    Geocode up to 1,000 addresses in one request.
  </Card>
</Columns>

## AI

Natural language queries, address intelligence, and MCP server for AI agents.

<Columns cols={3}>
  <Card title="Query" icon="message-bot" href="/api/endpoint/query">
    Natural language to structured geospatial results.
  </Card>

  <Card title="Parse Address" icon="wand-magic-sparkles" href="/api/endpoint/parse-address">
    Correct, standardize, and structure messy addresses.
  </Card>

  <Card title="MCP Server" icon="robot" href="/mcp/introduction">
    Connect AI agents to Footstep.
  </Card>
</Columns>
