minimal
📄️ Calculate CO2 emissions for transport route
Calculate carbon dioxide emissions for freight transport between origin and destination.
📄️ Calculate the transportation route costs
Endpoint that calculates the detailed costs of transporting goods between two points. Implemented in src/features/company/minimal/routes.js (ctrl.getCosts)
📄️ Get detailed information about a route
Endpoint that returns geographic and temporal information for a route
📄️ Calculate costs for multiple transport routes
Batch endpoint to calculate costs for multiple origin-destination pairs in a single request.