API Reference
Complete EVRP API documentation
Overview
The EVRP API provides EV-optimized route planning with intelligent charging stop recommendations.
Base URLs
| Environment | URL |
|---|---|
| Production | https://routing.moovex.ai/api/v1 |
| Staging | https://routing.staging.moovex.ai/api/v1 |
Authentication
All requests require a Bearer token:
Endpoints
| Resource | Description |
|---|---|
| Generate Route | Calculate EV-optimized route synchronously |
| Generate Route Async | Calculate route asynchronously |
| Get Route Result | Retrieve async route result |
Data Types
Location
Vehicle
Preferences
Error Codes
| Code | Status | Description |
|---|---|---|
invalid_location | 400 | Invalid origin or destination |
unreachable | 400 | No route possible |
invalid_vehicle | 400 | Invalid vehicle config |
auth_failed | 401 | Invalid API key |
rate_limited | 429 | Too many requests |