https://api.fryte.eu.
Quickstart
Get started with your first route optimization.
Vehicles
Look up the Vehicle ID required for every planner request.
Examples
Sample requests and responses for common use cases.
Authentication
Every request must include your API key. Pass it in theAuthorization header:
How it works
The API is asynchronous. Submit a request, then poll for the result.Submit your route
Send origin, destination, and vehicle to
POST /planner/v2. You’ll receive a job_id to track progress and an optimization_id to fetch the result.Check progress
Poll
GET /planner/jobs/{job_id} to check whether the optimization has completed.Get your optimized route
Retrieve the result from
GET /planner/optimizations/{optimization_id}/result.Key Concepts
Routing
The driving path between all stops.
POI Data
Charging stations along the route corridor.
Simulation
Predicts how the battery drains along the route based on vehicle, payload, and terrain.
Optimization
Decides where and how long to charge based on the simulation.