Face Verify
Service for Comparing a Face within a Collection with a Supplied Image.
POST -
https://api.verifik.co/v2/face-recognition/verify
The Face Verification API allows you to verify the identity of a person by comparing a provided image with the reference image of a known person. It returns a verification result indicating whether the provided image matches the reference image of the known person.
Compare 1:1 Vs Face verify
If you have read all the guides in this documentation, you may have noticed that these services perform very similar processes, so what sets them apart?:
The differentiating factor between these services is how the comparison process is performed:
Face Verify: Performs the comparison between an image and a person already created within a collection.
Compare 1:1: Performs the comparison between two images. Unlike Face Verify, there is no restriction on where these images come from, making this service more versatile in how it performs the 1:1 comparison.
Compare 1:1 Live: Same operation as the Compare 1:1 service, with the added value of conducting a Liveness check on one of the supplied images.
Implementation
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
image
string
Name of the user
min_score
string
Age of the user
search_mode
string
id
string
Body Example
Response
Last updated