In this section, you will find the specifics of creating a process that includes the 1:1 Validation capability
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.
Production: https://api.id.unico.app/processes/v1.
In the process creation, the following are mandatory: subject.code
, referenteProcessId
, and imageBase64
;
In the process response, we return the id
, authenticated
(result of the 1:1 Validation), and liveness
(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.
Endpoint to create a new 1:1 validation process by Client.
Valid access-token.
Valid APIKEY with 1:1 validation capability.
User's CPF.
"12345678909"
Identifier of the process generated during the biometric transaction creation, whose photo will be used for comparison.
"80371b2a-3ac7-432e-866d-57fe37896ac6"
Encrypted generated by the SDK.
"/9j/4AAQSkZJR..."
Process created successfully (User authenticated).
Process ID.
"80371b2a-3ac7-432e-866d-57fe37896ac6"
Authentication result.
true
Result of the liveness test.
1