人脸下发
POST
https://api2.hik-cloud.com/api/v1/community/access/faces
功能描述
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api2.hik-cloud.com/api/v1/community/access/faces' \
--header 'Authorization: Bearer ' \
--data-urlencode 'deviceSerial=' \
--data-urlencode 'faceURL=' \
--data-urlencode 'employeeNo=' \
--data-urlencode 'name='
响应示例响应示例
{
"code": "200",
"message": "操作成功"
}
请求参数
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}
Body 参数application/x-www-form-urlencoded
deviceSerial
string
设备序列号
faceURL
string
必需
employeeNo
string
人员ID
name
string
人员姓名
返回响应
修改于 2022-05-27 08:37:13