你也使用过这个API吗?欢迎分享你的见解
与大家分享你的见解、观点、比较或使用心得
雷达评级
AA
用户规模
10 万+
产品上线
5 年
https://binstd.apistd.com/liveness/dthtjc
multipart/form-data
application/json
POST
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
key string | string | 是 | 请求 AccessKey, 请在控制台中查看 |
motions string | string | 是 | 用户动作序列,BLINK: 眨眼, MOUTH: 张嘴, NOD: 点头, YAW: 摇头 |
complexity string | string | 否 | 活体检测通过的难易程度, 0: 简单模式, 1: 正常模式, 2: 困难模式, 3: 地狱模式 |
antiHack string | string | 否 | 是否启用防hack,默认不开启, true: 开启, false: 不开启 |
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
video file | file|string | 是 | 视频文件 POST上传,支持传base64格式的图片内容,或者文件URL |
参数名 | 类型 | 描述 |
---|---|---|
status string | string | 返回码 |
msg string | string | 返回说明信息 |
result object | object | 返回结果 |
└ motions array | array | |
└─ score string | string | |
└─ motion string | string | |
└─ passed boolean | boolean | 是否通过检测 |
└ feature_image_id string | string | 截取图片id |
└ passed boolean | boolean | 是否通过检测 |
{
"status": "0",
"msg": "ok",
"result": {
"motions": [
{
"score": "0.26xxxxxxx",
"motion": "NOD",
"passed": true
}
],
"feature_image_id": "xxxxxxxxxxxxxxx",
"passed": true
}
}
你也使用过这个API吗?欢迎分享你的见解
与大家分享你的见解、观点、比较或使用心得