Number of APIs: 6
The Video Recognition service offers a streamlined and secure digital onboarding experience for users. This guided process allows users to access and authenticate themselves on the platform through positive identification supported by an advanced data verification system. Through Video Recognition, users can provide the necessary information for onboarding. The system verifies identities in real-time, approving requests that meet predefined criteria. In cases of negative outcomes during the process, the system notifies the provider with detailed information regarding the cause of refusal, allowing for corrections or appropriate actions. This technical document illustrates the flow and different possible outcomes during the video identification process, including scenarios such as positive identifications, repeatable or definitive negative outcomes, and their corresponding communications to the Provider system. IN SANDBOX To facilitate integration and understanding of the service, a sandbox environment is available to test the functionality of Video Recognition. The sandbox link enables experimentation with various features and simulation of identification scenarios in a controlled environment. You can test the entire video recognition process using the following tax codes:
- The platform provides an advanced testing environment to automatically simulate scenarios of success (OK) and failure (KO) in response to API calls. After submitting the request, the platform follows a timed flow: after one minute, it sends a callback with the validation event, and subsequently, another minute later, it automatically sends a notification of either positive outcome (OK) or negative outcome (KO). Contact Support:
Name: SupportRSSMRA80A01H501U
OK (identityverified)
- BNCSRG80A01H501M
KO (identitydocumentnotavailable)
POST {{baseUrl}}/IT-automatic
This service allows obtaining a link to access a platform for initiating Automatic Video Recognition. Users independently undergo the video recognition procedure at any time, following a defined process that involves document acquisition, facial photos, and a short video to confirm liveness. The platform performs automatic checks based on OCR algorithms, liveness checks, and face matching.
POST {{baseUrl}}/IT-selfie
This service allows obtaining a link to access a platform for initiating Automatic Video Recognition. The user performs a video recognition at any time, following a guided procedure that involves recording a short video and capturing documents. The validation of the entered data will be carried out later by back office operators.
POST {{baseUrl}}/IT-live
This service allows obtaining a link to access a platform for initiating Automatic Video Recognition. The user is supported in real-time by an operator throughout the video recognition procedure and verification of data accuracy.
4. IT-identity-verifications-{id} - {{baseUrl}}/IT-identity-verifications/:id
GET {{baseUrl}}/IT-identity-verifications/:id
This method shows you the specific request made for video recognition in order to check its status.
5. IT-identity-verifications-{id} - {{baseUrl}}/IT-identity-verifications/:id/:type
GET {{baseUrl}}/IT-identity-verifications/:id/:type
In the case of a positive outcome (OK), you can access the data and resources for the next **30 days** using:
/data
: Returns a JSON with all the data./archive
: Returns a PDF or images of the documents based on the 'output' value set during the POST request with the value 'output': { 'imagesAsPdf': false }.
6. IT-identity-verifications - {{baseUrl}}/IT-identity-verifications
GET {{baseUrl}}/IT-identity-verifications
This method Show the list of requests made for video recognition.
ENDPOINTS