Service for searching for a Face within a Collection to Find Matches, using images of up to 120x120px.
POST - https://api.verifik.co/v2/face-recognition/search/crops
The API allows you to perform a 1:N query to search for a Face Hash that matches the provided face in the parameters. The maximum size of this Crop (small image) is 120x120 pixels.
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 such as identity verification, access control, and security systems requiring facial recognition.
This service is designed for applications that need to efficiently match smaller images with a database of known persons.