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>" ], "face_storage_version": 123, "media_hashes": [ "<string>" ] } ] }
Returns all clustering jobs and summary statistics for each.
Documentation IndexFetch the complete documentation index at: https://docs.getjumper.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt
Use this file to discover all available pages before exploring further.
Jumper Pro license key passed via header
Cluster job list
Job names
Show child attributes
Was this page helpful?