Face Recognition
Fetch user with their face
Search for similar faces
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"message":"We found a match for the uploaded image",
"potential_match": {
"person_id": "string",
"person_name": "string",
"client_id": "string",
},
"similarity_score": 0.7556397799150376,
}{
// Response
}{
"detail": "We could not find a match for the uploaded image"
}{
"detail": "No Faces Detected in one or both images. Kindly take a clearer picture and try again"
}Last updated