🚧 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/matchmaker/getFaceMatchingConfig \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"faceMatchConfidenceThreshold": 0.7
}Get face matching configuration.
curl --request POST \
--url https://api2.rhombussystems.com/api/faceRecognition/matchmaker/getFaceMatchingConfig \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"faceMatchConfidenceThreshold": 0.7
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for retrieving face matching configuration.
OK
Response object containing face matching configuration settings.
Face match confidence threshold value
0.7
Was this page helpful?