Service for searching for a Face within a Collection to Find Matches.
POST - https://api.verifik.co/v2/face-recognition/search
The Search API allows you to perform a 1:N search to find a FaceHash that matches the provided face in the parameters. It conducts facial recognition and returns a list of matching persons along with their details.
Verifik has a guide on what Search services are and how to use them; we invite you to read it: Search Guide.
You can use similarity scores to determine the quality of the matches, and the information provided about the matching persons can be used for various applications, including identity verification, access control, and security systems requiring facial recognition.
Implementation
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
image
string
Name of the user
min_score
string
Age of the user
search_mode
string
collection_id
string
specify the collection where you want to search the person (important when you have multiple projects)