Liveness Detection
Basic Service for Performing Liveness Detection.
POST -
https://api.verifik.co/v2/face-recognition/liveness
The Liveness Detection API allows you to perform a Face scan of an image, determining whether the image belongs to a live person or not. This API is useful for verifying the authenticity of a face and ensuring that the provided image comes from a real person.
You can use the liveness score to determine whether the provided selfie belongs to a live face or not. This API is valuable for various applications, including identity verification, fraud prevention, and ensuring that only live faces are used for authentication and access control.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
image
string
Name of the user
os
number
Age of the user
Body Example
Response
Last updated