Last updated 1 year ago
/api/v1/authentication/UserFaceAuthentication/CheckUserFace
ex: Bearer <Replace Token From First Step>
curl -L \ --request POST \ --url '/api/v1/authentication/UserFaceAuthentication/CheckUserFace' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "image": "text" }'
{ "status": 0 }