cURL
curl --request POST \ --url http://localhost:6699/api/v1/faces/clusters/faces \ --header 'Content-Type: application/json' \ --header 'X-License-Key: <api-key>' \ --data ' { "cache_dir": "<string>", "cluster_job_name": "<string>", "cluster_id": "<string>", "cluster_ids": [ "<string>" ], "limit": 500, "offset": 0 } '
{}
Returns face images for specific cluster(s) with pagination support.
Jumper Pro license key passed via header
Single cluster ID
Multiple cluster IDs (overrides cluster_id)
x <= 2000
Paginated face data
The response is of type object.
object
Was this page helpful?