Skip to main content
POST
/
api
/
faceRecognition
/
matchmaker
/
getFaceMatchingConfig
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
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for retrieving face matching configuration.

Response

200 - application/json

OK

Response object containing face matching configuration settings.

faceMatchConfidenceThreshold
number<float> | null

Face match confidence threshold value

Example:

0.7