Data Platform

The Data Platform gives you direct access to Mountaya's geospatial engine. Compute directions between waypoints, calculate distances and durations, and retrieve GeoJSON geometries — all through typed APIs, with no map rendering involved.

Use it when you need geospatial computations in your application logic — trip planners, route finders, distance calculators, or any feature that works with geographic data behind the scenes.

Interfaces

The Data Platform currently exposes a GraphQL API, with more interfaces on the way.

  • GraphQL API — Flexible queries with typed schemas. Request exactly the fields you need. Available now.
  • SQL API — Query geospatial data using standard SQL. Ideal for analytics and dashboards. Coming soon.
  • REST API — Traditional REST endpoints for server-to-server workflows. Coming soon.

All interfaces share the same underlying data and authentication model.

Authentication

Include your publishable key in the X-API-Key header and a session token in the X-Session-Token header.

For a full guide on keys and tokens, see Authentication.