🚧 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/updateFaceMatchingConfig \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"faceMatchConfidenceThreshold": 0.5
}
'{
"faceMatchConfidenceThreshold": 0.7
}Update face matching configuration.
curl --request POST \
--url https://api2.rhombussystems.com/api/faceRecognition/matchmaker/updateFaceMatchingConfig \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"faceMatchConfidenceThreshold": 0.5
}
'{
"faceMatchConfidenceThreshold": 0.7
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for updating face matching configuration settings.
Minimum confidence level required for the system to automatically assign a match. If null, the system uses the built-in default.
0 <= x <= 1OK
Response object for updating face matching configuration settings.
Updated face match confidence threshold value
0.7
Was this page helpful?