cURL
curl --request GET \ --url http://localhost:6699/api/v1/faces/clusters \ --header 'X-License-Key: <api-key>'
{ "cluster_jobs": [ "<string>" ], "jobs": [ { "name": "<string>", "total_entries": 123, "num_clusters": 123, "noise_entries": 123, "cluster_ids": [ "<string>" ], "media_hashes": [ "<string>" ] } ] }
Returns all clustering jobs and summary statistics for each.
Jumper Pro license key passed via header
Cluster job list
Job names
Show child attributes
Was this page helpful?