Introduction
The OOTO API offers easy integration into various client applications through a REST-like interface. Whether you are developing a robust security system, improving user verification processes, or creating a personalized user experience, OOTO provides the tools you need to implement advanced image analysis and identity verification.
In this section, you will learn about the sequence of actions when integrating the API into your program, learn how to add a new face to the database, perform biometric identity verification, check the selfie image on Liveness and Deepfake, extract information from an identity document.
The procedure for integrating the API into the program:
Step 1: Register to create an account. If you are already an OOTO user, log in to your control panel.
Step 2: Get your application ID and API key.
Step 3: Make a call to the OOTO API to implement the necessary function such as:
Adding a new person to the database;
Removing a person from the database;
Face search in the database (biometric identity verification);
Checking for Liveness;
Checking for Deepfake;
Document recognition (Beta);
Last updated