Oz API Lite
What is Oz API Lite, when and how to use it.
Oz API Lite is the lightweight yet powerful version of Oz API. The Lite version is less resource-demanding, more productive, and easier to work with. The analyses are made within the API Lite image. As Oz API Lite doesn't include any additional services like statistics or data storage, this version is the one to use when you need a high performance.
To perform the liveness check for an image, call
POST /v1/face/liveness/detect
(it takes an image as an input and displays the evaluation of spoofing attack chance in this image)To compare two faces in two images, call
POST /v1/face/pattern/extract_and_compare
(it takes two images as an input, derives the biometry templates from these images, and compares them). Last modified 4mo ago