Live Photos
A necessity for a smooth Identity Check user experience.
Live Photos are images (i.e. selfies) of the client's face. Typically, along with an ID document, they are used to perform Identity Checks.
Upon creating a Live Photo, the following inspections are conducted:
- Faces Analysis: checks if a face is detected and that the number of faces does not exceed 1.
- Facial Obstructions: checks if facial features are covered or not visible.
- Facial Orientation: checks if a face is at an optimal position.
- Liveness Check: checks if a photo is genuine and is not a spoofed photo of an image or photo-of-a-photo.
The live photos API allows you to upload, retrieve, download, and delete live photos. You can retrieve a specific live photo as well as a list of all your client's live photos.
Attribute | Type | Description |
id | string | The unique identifier for a live photo. |
clientId | string | The ID of the client associated with this live photo. |
performLivenessCheck | boolean | Indicates if a liveness check should be performed on a live photo upload. When not provided, this defaults to true. |
downloadLink | string | The URI can be used to download the live photo. This will be automatically generated upon a successful live photo upload. |
contentType | string | |
size | number | The size of the live photo in bytes. This will be automatically set upon a successful live photo upload. |
createdAt | string | The date and time when the live photo was created. |
updatedAt | string | The date and time when the live photo was updated. |
Last modified 1yr ago