From: €0.89 + VAT
The automated solution with liveness detection for fast and secure user identity verification globally
The IDV Flash Advanced Video Identification API service allows you to verify users' identities remotely in an easy, automated, and cost-effective way, including Liveness detection to ensure the user is actually present during the procedure.
The service is available 24/7 and supports over 3,000 documents from more than 190 countries. Identification is completed in just a few seconds thanks to artificial intelligence, ensuring precise and reliable data extraction. In cases where AI cannot complete the verification, a specialized operator intervenes to complete the procedure within just 2 minutes, combining speed and effectiveness.
The system uses advanced anti-fraud technologies, combining biometric verification with AI tools capable of detecting all types of counterfeiting, from photocopied documents to deepfake videos, with constantly updated algorithms to counter new threats.
Openapi offers 3 levels of global video identification:
Compared to traditional photo-based methods, video verification makes the service twice as fast and effective, providing a quick and secure identification experience.
The identification platform is available in 10 different languages and is completely "neutral" (no company logos will be visible).
With the Flash Advanced mode, users can carry out the entire video recognition procedure independently, at any time of the day and without time constraints.
The identification procedure is mainly based on three steps:
The Flash Advanced service, compared to Flash Start, also includes liveness detection.
The service is identified by the endpoint https://trust.openapi.com/idv-flash-advanced
POST idv-flash-advanced
The only required fields to include in the request payload are:
{
"email": "[email protected]",
"name": "Mario Openapi",
"redirectUrl": "https://openapi.com",
"callback": {
"url": "https://your-server.site/idv-callback",
"custom": {
"orderId": "idv-check-123"
}
}
}
It is also possible to set a callback to be notified whenever the status changes.
POST /idv-flash-advanced
The response will include data on:
{
"createdAt": "2025-11-19T16:33:12+00:00",
"updatedAt": "2025-11-19T16:33:12+00:00",
"email": "[email protected]",
"name": "Mario Openapi",
"redirectUrl": "https://openapi.com",
"state": "NEW",
"verificationUrl": "https://openapi.com",
"status": "pending_redirection",
"details": "",
"riskLabels": [],
"id": "691df14809a1848428063cc4",
"documents": [],
}
The desktop link will lead to a QR code that must be scanned by the smartphone to start the identification procedure. The video recognition procedure is very flexible and can be structured according to the integrator's needs. During identification, remind the user not to refresh the page or close the browser window; otherwise, the procedure will restart from the beginning. The same applies if the internet connection is interrupted.
GET /idv-flash-advanced/{id}
Once the verification process is completed and the request status is DONE, you can access the identity verification request details.
https://trust.openapi.com/idv-flash-advanced/66a8ed9b82cf2ae627012068
GET /idv-flash-advanced/{id}
The response will include the request status (NEW or DONE), verification status, and all data extracted from the document.
{
"createdAt": "2025-11-19T16:33:12+00:00",
"updatedAt": "2025-11-19T16:33:12+00:00",
"email": "[email protected]",
"name": "Mario Openapi",
"redirectUrl": "https://openapi.com",
"state": "NEW",
"verificationUrl": "https://openapi.com",
"status": "pending_redirection",
"details": "",
"riskLabels": [],
"id": "691df14809a1848428063cc4",
"documents":
{
"type": "ID",
"number": "CA12345AA",
"issuingCountry": "IT",
"issueDate": "2019-10-30",
"expiryDate": "2030-08-24",
"mrz": "XXXXXX"
"birthDate": "2003-08-24",
"firstName": "MARIO",
"lastName": "OPENAPI",
"fullName": "MARIO OPENAPI"
}
]
}
Through HTTP headers, it is possible to request results in the following formats:
You can specify the desired format for the request details using headers: JSON or PDF.
The video identification service is the ideal solution for all regulated and non-regulated activities that require user verification, such as:
Do you need help?
Haven't found the answer you're looking for?
Fill in all the details, we will get back to you as soon as possible!