BIOMETRIC CHECKS
Liveness Check
GETTING STARTED
- Sign In
- Create an App
- Fund Wallet
- Authentication
- Webhooks
GOVERNMENT DATABASE CHECKS (Individual)
- Nigeria π³π¬
- Kenya π°πͺ
- Uganda πΊπ¬
- Ghana π¬π
- South Africa πΏπ¦
- Angola π¦π΄
- Zimbabwe πΏπΌ
- Zambia πΏπ²
GOVERNMENT DATABASE CHECKS (Businesses)
- Nigeria π³π¬
IDENTITY VERIFICATION SERVICES
- Global Identity Verification π
- Nigeria π³π¬
- United States πΊπΈ
- United Kingdom π¬π§
- Canada π¨π¦
BIOMETRIC CHECKS
DOCUMENT ANALYSIS
ADDRESS VERIFICATION
- Nigeria π³π¬
AML (Global)
- AML Screening Individual
- AML Screening Business
MESSAGING SERVICES
GLOBAL BUSINESS CHECK
GENERAL SERVICES
BIOMETRIC CHECKS
Liveness Check
Performs a liveness check on an Image.
Request
[POST]
{{baseUrl}}/api/v1/ml/liveness/
Body parameter
Parameter | Type | Description |
---|---|---|
image | string | Image format should be in Base64 |
π NB : liveness_probability above 50 means liveness is confirmed
Response
Response
{
"entity":{
"liveness": {
"liveness_check": false,
"liveness_probability": 0.014614949759561568
},
"face": {
"face_detected": true,
"message": "face detected",
"multiface_detected": false,
"details": {
"age_range": {
"low": 25,
"high": 35
},
"smile": {
"value": false,
"confidence": 92.67727661132812
},
"gender": {
"value": "Female",
"confidence": 99.92608642578125
},
"eyeglasses": {
"value": false,
"confidence": 96.146484375
},
"sunglasses": {
"value": false,
"confidence": 99.99609375
},
"beard": {
"value": false,
"confidence": 85.18626403808594
},
"mustache": {
"value": false,
"confidence": 96.13561248779297
},
"eyes_open": {
"value": true,
"confidence": 88.61351776123047
},
"mouth_open": {
"value": false,
"confidence": 76.0062484741211
},
"emotions": [
{
"type": "CALM",
"confidence": 81.77631378173828
},
{
"type": "FEAR",
"confidence": 6.811796188354492
},
{
"type": "SURPRISED",
"confidence": 6.772216320037842
},
{
"type": "SAD",
"confidence": 6.691151142120361
},
{
"type": "ANGRY",
"confidence": 2.304255723953247
},
{
"type": "DISGUSTED",
"confidence": 2.147843599319458
},
{
"type": "HAPPY",
"confidence": 1.2251189947128296
},
{
"type": "CONFUSED",
"confidence": 0.9095264673233032
}
]
},
"quality": {
"brightness": 65.93645477294922,
"sharpness": 97.45164489746094
},
"confidence": 99.99896240234375,
"bounding_box": {
"width": 0.4954420328140259,
"height": 0.39241859316825867,
"left": 0.27790528535842896,
"top": 0.3333175778388977
}
}
}
}
Was this page helpful?
On this page