Dispatch and Routing
Distribute Jobs
You can distribute multiple jobs, e.g. 100 jobs, into a few regions/clusters, e.g. 10 clusters.
This API endpoint is designed to distribute a set of jobs across specified regions or clusters.
REQUEST
Array of job ids.
Number of regions/clusters to split all jobs ids into.
The maximum number of jobs per cluster.
Assignment method: distance
, zones
, or size
.
RESPONSE
An array of clusters, each containing center coordinates (latitude and longitude), assigned job IDs, and the distribution method used.