Route planning via the API
Route planning via the API comprises the following stages:
- Preparing source data and setting up planning parameters.
- Sending a request.
- Analyzing the resulting solution
If necessary, you can change the settings after analyzing the solution and run the planning cycle again.
You can also run a planning task via the API using the Python script.
General requirements for API requests:
- Must use HTTPS.
- Must contain the
apikey
parameter. To learn more, see API Key. - Must be signed. To learn more, see Signing API requests.
When sending a request, please note the JSON format features. Possible planning errors are described in the Error handling section.
Was the article helpful?
Previous
Next