Verify Selfie Liveness

At step: SELFIE_UPLOAD Client shall enable User to make live "selfie" (self-photographed picture) and submit it for biometric verification.

Taking a selfie

In order to verify identity, User must take a live photo of himself via your app. To integrate this feature, use Kavoon SDK (please refer to Mobile SDK). Once it has been setup, User is be able to take live facial images with auto capture.

Submitting the picture

To upload the picture please use the API below

Upload

POST https://api.kavoon.io/upload/api/upload

Path Parameters

Name
Type
Description

type*

String

Item type: "SELFIE", "PASSPORT_FRONT_SIDE", "DRIVER_LICENCE_FRONT_SIDE" etc

ext

String

File format e.g. "png", "jpeg" etc

Request Body

Name
Type
Description

document*

String

A file

{
 "result":"0000000000001080"
}

Last updated