{{baseUrl}}/IT-selfie
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.
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