πŸ’³Check User Face

post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional

ex: Bearer

Body
imagestring | nullableOptional
Responses
200
Success
post
POST /api/v1/authentication/UserFaceAuthentication/CheckUserFace HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "image": "text"
}
{
  "status": 0
}

Last updated