Live Photos

A necessity for a smooth Identity Check user experience.

Live Photos are images 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.

  • Glare Detection: checks if a face has a glare.

  • 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.

The Live Photo object

Attribute

Type

Description

id

string

The unique identifier for a live photo.

clientId

string

The ID of the client associated with this live photo.

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

The MIME type of the image. This will be automatically set upon a successful live photo upload.

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 updated