Search 1:N
Service to Perform a Liveness Detection Process and Then Conduct a Search for a Face within a Collection to Find Matches.
POST -
https://api.verifik.co/v2/face-recognition/search-live-face
The Live Face Search API allows you to perform a 1:N search using a FaceScan on a collection of images. It conducts live liveness detection on the provided image and then searches for matching live faces in the specified collection.
You can use the liveness score and similarity scores to determine the confidence level in liveness and the quality of the matches. This API is valuable for various applications, including identity verification, access control, and security systems where live face detection is essential.
Implementation
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
| string | Name of the user |
| string | Age of the user |
| string | |
| string | |
| string |
Body Example
Response
Last updated