Create a Person
Create a Person
POST - https://api.verifik.co/v2/face-recognition/persons
The Create Person API allows you to create a new person within the facial recognition system. You can associate a person with their name, images, gender, date of birth, nationality, collections, and additional notes.
Implementation
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Response
Create Persons | Live
POST - https://api.verifik.co/v2/face-recognition/persons
Comprehensive service for the proper creation of persons within a collection, ensuring optimal management of individuals through the following workflow:
It first conducts a search in the collection 1:N to ensure that no duplicate person is generated within the same collection.
If no match is found between the FaceMap and a FaceHash stored in the collection, it proceeds to perform a Liveness Detection on the FaceMap image.
Once the above steps are completed, the service accurately generates a new person within the collection. Verifik ensures that no persons with the same face are generated and additionally verifies that they are real and alive.
NOTE: The "images" parameter is an array in which up to 3 images of the same person can be sent. If they are not of the same person, the system will not create the user correctly.
Implementation
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Response
Last updated