# FRYTE API ## Docs - [Get job status](https://docs.fryte.com/api-reference/planner/get-job-status.md): Check the current status of an optimization job. - [Get optimization result](https://docs.fryte.com/api-reference/planner/get-optimization-result.md): Retrieve the optimization result for a completed job. - [List jobs](https://docs.fryte.com/api-reference/planner/list-jobs.md): List all optimization jobs for a given user. Returns job summaries with status, timestamps, and identifiers. - [Submit route optimization](https://docs.fryte.com/api-reference/planner/submit-route-optimization.md): Submit a route for optimization. The request is processed asynchronously and returns HTTP 202 with identifiers to track the job. - [List charging operators](https://docs.fryte.com/api-reference/poi/list-charging-operators.md): Retrieve a list of all Charge Point Operators (CPOs), sorted by number of stations. - [Calculate route](https://docs.fryte.com/api-reference/routing/calculate-route.md): Calculate a route between two points. Pass coordinates as `"latitude,longitude"` strings. - [Geocode address](https://docs.fryte.com/api-reference/routing/geocode-address.md): Convert a street address to geographic coordinates (latitude and longitude). - [Get vehicle details](https://docs.fryte.com/api-reference/vehicles/get-vehicle-details.md): Retrieve full vehicle details by its 12-digit vehicle ID. Returns manufacturer, model, battery capacity, and charging power information. - [Get vehicle ID by description](https://docs.fryte.com/api-reference/vehicles/get-vehicle-id-by-description.md): Look up a vehicle ID by providing the manufacturer, model, battery capacity, and charging power. Returns the 12-digit vehicle ID string that can be used with the planner endpoints. - [List battery capacities](https://docs.fryte.com/api-reference/vehicles/list-battery-capacities.md): Retrieve a list of all available battery capacities (in kWh) across the vehicle database. - [List manufacturers](https://docs.fryte.com/api-reference/vehicles/list-manufacturers.md): Retrieve a list of all available vehicle manufacturers (OEMs). Optionally filter by name. - [List models](https://docs.fryte.com/api-reference/vehicles/list-models.md): Retrieve a list of all available vehicle models. Optionally filter by manufacturer. - [Overview](https://docs.fryte.com/index.md) - [Errors](https://docs.fryte.com/planner/errors.md): Response format and HTTP status codes - [Charging Stops](https://docs.fryte.com/planner/examples/intermediate-stops.md): Berlin to Frankfurt, 546 km, 2 charging stops. - [Multi-Day Tour](https://docs.fryte.com/planner/examples/multiday-tour.md): Hamburg to Munich, 777 km, overnight stop near Ingolstadt. - [Time Windows](https://docs.fryte.com/planner/examples/time-windows.md): Munich to Augsburg to Ulm, 2 drops with opening times. - [Limitations](https://docs.fryte.com/planner/limitations.md): Current constraints and known limitations of the Planner API. - [Quickstart](https://docs.fryte.com/planner/quickstart.md): Plan a Stuttgart → Berlin trip and find where the truck needs to charge. - [Vehicles](https://docs.fryte.com/planner/vehicles.md): Find your Vehicle ID ## OpenAPI Specs - [openapi](https://docs.fryte.com/openapi.json)