You can distribute multiple jobs, e.g. 100 jobs, into a few regions/clusters, e.g. 10 clusters.
POST https://api.hellotracks.com/api/distributejobs { data: { jobs: [ "<job_id_1>", "<job_id_2>", ... "<job_id_n>" ], regions: 5, max: 10, method: "distance", } }
distance
zones
size
{ "status": 0, "clusters": [ { "center_lat": <latitude>, "center_lng": <longitude>, "jobs" ["<job_id>",...,""<job_id>""], "method": <String> (optional), // one of "distance", "zones", "size" }, ... { ... } ] }