{{baseUrl}}/IT-automatic
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.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": {
"id": "aaaaaaaa-1111-2222-dddd-123456789",
"link": "https://sit-openapi.certid.it/aaaaaaaa-1111-2222-dddd-12345678",
"message": "The link for the automated Video Identification service.",
"status": "running",
"owner": "myaccount@prova.it"
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS