BrandKwikID Documentation
API SuiteFace & Biometrics (ML)

Facematch

Sophisticated facial recognition with precise biometric authentication. Delivers accurate identity verification through advanced matching algorithms.

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

image1string
image2string
unique_id?string

Response Body

curl -X POST "https://__mock__/facematch" \  -F image1="string" \  -F image2="string"
{
  "confidence_score": 0,
  "result": "string"
}
{
  "detail": {
    "<location>": {
      "<field_name>": [
        "string"
      ]
    }
  },
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}