🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/faceRecognition/person/findPersonLabelsByOrg \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"labelsByPerson": {}
}Find all person labels for organization.
curl --request POST \
--url https://api2.rhombussystems.com/api/faceRecognition/person/findPersonLabelsByOrg \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"labelsByPerson": {}
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for finding person labels by organization for face recognition purposes.
OK
Response object containing person labels by organization for face recognition purposes.
Map of person UUIDs to their associated labels
Show child attributes
Was this page helpful?