Title
Create new category
Edit page index title
Edit category
Edit link
Applicants
The first step in the process is to create an applicant. An applicant will be a person whose face you want to search against. You can create multiple applicants, with each having one facial image added to it.
Headers | Value |
|---|---|
Content-Type | application/json |
Accept | application/json |
Request body
Adding a payload is optional in this request. But if you do opt to send a payload, you can directly add a face to the applicant upon creation of the applicant.
Response
The response generates an applicant id and will include the face if added in the request:
Add Face
Once an applicant has been created, you can then add a face of an individual to the applicant.
Request body
When adding a face to the applicant, you can either use an image that you already possess of an individual, or you can use an image that Yoti captured of an individual in a previous Yoti identity verification session.
When using an image from a previous identity verification session, you need to supply the session id and media id that is linked to that image.
Response
You will receive a unique id for the face upon a successful request:
Error Responses
Error code | Description |
|---|---|
400 | Bad request - there was an error when validating the request payload |
401 | Unauthorised - the request to the endpoint is not authorised for the API keys use |
403 | Insufficient permission - the sdk id does not have permission to use this service |
422 | Unprocessable entity - cannot handle the content of the payload |
404 | Not found - applicant can't be found linked to the supplied id |
503 | Service unavailable - Yoti services are temporarily unavailable |
Got a question? Contact us here.