⛏️faceRecoRegisterUser

Description

Register a new user to the face recognition system.

Parameters

Parameter
Type
Description

profileId

string

unique profile id of the user, in case duplicate user will not be created

image

string

base64 image data of the user face

Response

Parameter
Type
Description

message

string

message about the response

status

int

0 for user id already exists

1 for successful execution and user creation

-1 for any error occurs during the execution of the request

inserted_id

string

id of the newly created recod of the user

Example Request and Response

Prerequisites

Before making requests with Volary SDK, you must have it installed.

You can install Volary SDK using either npm or yarn. Use the following commands to install Volary SDK:

Request

Here is an example of how to make a faceRecoRegisterUser request using the Volary SDK:

Response

Last updated