Page URL
Go to https://api-idn.megvii.com/faceid/lite/do?token=xxx in a mobile browser with the GET method.
Note: Please use HTTPS in production environments. HTTP communication is not secure, poses risks, and is not recommended for production environments. If you use HTTP in production environments, service reliability cannot be guaranteed.
Description: This API is provided for the FaceID Lite verification service. You can use the token obtained from the GetToken API to call this API and redirect to the verification page. If the link is opened on a PC, a QR code is displayed. Users can scan the code with their mobile phone to go to the verification page.
Parameters
Required/optional | parameter | type | Parameter Description |
---|---|---|---|
Required | token | String | The token returned by get_token. Replace xxx in the link with the token. |