This guide walks through a complete integration calling all three endpoints. Use it as a starting point and adapt to your specific use case.Documentation Index
Fetch the complete documentation index at: https://nozle.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Contact us at rohan.iyer@nozlerouting.com to request a key. Keys are issued per partner and can be rate-limited or revoked independently.Complete Example
The example below computes a route from San Francisco to Los Angeles, enriches a single station with route-relative distance information, and computes the optimal fueling plan.Response
The/v1/optimize response includes:
stops— ordered list of recommended fueling stops with gallons to purchase and cost at eachsummary— total cost, fuel consumed, trip time, and baseline comparisonsummary.baseline_comparison— savings vs. naive 25%-threshold refueling
Next Steps
API Reference
Detailed reference for each endpoint
Integration Patterns
Common integration architectures for different use cases
Authentication
Managing API keys and request authentication
Try the Demo
See the pipeline in action with synthetic data