Required Endpoints
The endpoints you need to expose depend on the scenario you use. For details, use Regula Face SDK Web API.
Liveness
For communication between a client device and the backend in the Liveness scenario, allow the following endpoints:
| Endpoint | Description |
|---|---|
POST /api/v2/liveness/start |
Start a liveness transaction. |
POST /api/v2/liveness?transactionId=<transactionId> |
Submit liveness data for the specified transaction. |
POST /api/v2/liveness/video?transactionId=<transactionId> |
Upload a liveness video for the specified transaction (async upload). |