# Motion ## Docs - [Design](https://docs.mapshit.tech/docs/development.md): Architecture, tech stack, and local development setup - [Create Route](https://docs.mapshit.tech/docs/endpoint/create-route.md): Creates a route resource with physics enrichment. - [Delete Route](https://docs.mapshit.tech/docs/endpoint/delete-route.md): Permanently deletes a route and its associated telemetry data. - [Get Route](https://docs.mapshit.tech/docs/endpoint/get-route.md): Retrieve a route resource by its ID. - [Get Route Telemetry](https://docs.mapshit.tech/docs/endpoint/get-telemetry.md): Returns paginated segment-level physics data (grade, curvature, fuel burn) for a completed route. - [Compute Routes (Google-compatible)](https://docs.mapshit.tech/docs/endpoint/google-compute-routes.md): Drop-in replacement for the Google Routes API. Returns the standard response with additional physics enrichment per step. - [Health Check](https://docs.mapshit.tech/docs/endpoint/health.md): Returns the health status of the API. - [Webhook Events](https://docs.mapshit.tech/docs/endpoint/webhook.md) - [Introduction](https://docs.mapshit.tech/docs/index.md): Motion Freight Router API - truck routing with physics-based enrichment - [Quickstart](https://docs.mapshit.tech/docs/quickstart.md): Get your first truck route in under 30 seconds ## OpenAPI Specs - [openapi](https://docs.mapshit.tech/docs/api-reference/openapi.json)