auth

Create auth token from user face

Use this operation to obtain an authorization token which could be used in all other operations.

To use this handler, send a video file that shows the face of the user being logged in.

This method returns a structure containing authorization token.

Copy its value, prepend it with "Token" and paste the entire thing into the API Key field in the authorization form of this documentation viewer.

If the system uses face and password authentication, save the token received during face authentication (it will be inactive until the correct password is entered) and pass it along with basic authorization to the /auth/login/ handler.

post/auth/video-auth/

Response

tokenstring required

Authorization token

token_expiration_datetimestring date-time required

Token expiration datetime

Changes

No recorded changes to this endpoint across all 1 revision of this API.