Validation (1:1)
In this section, you will find the specifics of creating a process that includes the 1:1 Validation capability
Getting started
Your API requests are authenticated using an access token. Any request that does not include a valid access token will return an error.
You can learn more about generating an access token here.
Endpoints:
Production: https://api.id.unico.app/processes/v1.
In the process creation, the following are mandatory:
subject.code
,referenteProcessId
, andimageBase64
;In the process response, we return the
id
,authenticated
(result of the 1:1 Validation), andliveness
(result of the Liveness).
For this use case, there is no need to perform the GetProcess, as the response is synchronous.
Still need help?
Didn't find something or still need help? If you're already a client or partner, you can reach out through our Help Center.
Atualizado