Liveness
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /gbds/v2/liveness HTTP/1.1
Host: <ip>:8085
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"data": {
"source": "ORIGINAL",
"type": "FACE",
"format": "JPEG",
"content": "text"
}
}{
"tguid": "text",
"bonafideScore": 1
}GET /gbds/v2/liveness/{tguid} HTTP/1.1
Host: <ip>:8085
Accept: */*
{
"tguid": "text",
"biometric": {
"source": "ORIGINAL",
"type": "FACE",
"format": "JPEG",
"content": "text"
},
"bonafideScore": 1
}