Liveness

livenessCheck

post

This method submits a biometric sample for liveness check.

Body
Responses
chevron-right
200

OK

application/json
tguidstringOptional

Global unique ID of the transaction.

bonafideScoreinteger · int32Optional

Bonafide score of the liveness verification. Ranges from 0 to 100 (0=attack, 100=genuine).

post
/liveness
200

OK

getLivenessResult

get

This method returns the liveness check result using the TGUID.

Path parameters
tguidstringRequired

Global unique ID of the transaction.

Responses
chevron-right
200

OK

application/json
tguidstringOptional

Global unique ID of the transaction.

bonafideScoreinteger · int32Optional

Bonafide score of the liveness verification. Ranges from 0 to 100 (0=attack, 100=genuine).

get
/liveness/{tguid}
200

OK

Last updated

Was this helpful?