Introduction
Shufti Pro Biometric SDK authenticates users with Facial Authentication. The SDK uses two different security tokens to handle requests. It collects image/video proofs, and processes and saves them for future authentication. It generates different responses according to the nature of request.
This document explains various end-points, how they are provided, and the kind of data required from clients to perform authentication successfully.
Authorization
Biometric SDK provides authorization to clients with Basic Auth header. Your Client ID will serve as Client ID and the Secret Key will serve as Client Secret Key. The API requires this header for every request.
Fields | Required | Description |
---|---|---|
username | Yes | Enter Client ID |
password | Yes | Enter Client Secret Key |