/register_face
Create a new user in our database
Last updated
Was this helpful?
Create a new user in our database
Last updated
Was this helpful?
Allows you to connect to the Liveness service, using the provider configured in the Progeny Console, to register a face image in database.
If the image passes the liveness check, the result is a UUID.
If the image does not contain a face, only contains a partial face, or if the quality of the image is too low, we will return an error code, for example FACE_TOO_SMALL
. See our image requirements above for more information.
POST
https://be.progeny.tech/api/v3/services/register_face
image*
String
The file path to an image of the user's face in PNG, JPEG, or JPG file format
extend_data
Boolean
Set to true to retrieve the original response from the 3rd-party provider of the Liveness service
GET
https://be.progeny.tech/api/v3/services/task/?id={{task_id}}
id*
String
The task Id you obtained from your POST request