Logo
Openapi.it Public API Documentation

{{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 }



Curl
curl -X POST 'baseUrl/IT-selfie' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"callback":{"callback":{"method":"\u003cstring\u003e","field":"\u003cstring\u003e","url":"\u003cstring\u003e","headers":{"key":"\u003cstring\u003e"},"data":"\u003cobject\u003e"}},"mail":"\u003cstring\u003e","user":"\u003cstring\u003e","healthCard":{"required":"\u003cboolean\u003e","checkExpire":"\u003cboolean\u003e"},"phoneNumber":{"required":"\u003cboolean\u003e","editable":"\u003cboolean\u003e","number":"\u003cstring\u003e"},"policy":{"url":"\u003cstring\u003e"},"output":{"imagesAsPdf":"\u003cboolean\u003e"},"layout":{"title":"\u003cstring\u003e","logo":"\u003cstring\u003e","favicon":"\u003cstring\u003e","backgroundColor":"\u003cstring\u003e","textColor":"\u003cstring\u003e","footer":"\u003cstring\u003e"},"redirectUrls":{"success":"\u003cstring\u003e","failure":"\u003cstring\u003e"}}'

ENDPOINTS