健康码识别
POST
/v1/inspect/alg/endpoint/out/health/analyse/healthCode
注意事项
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api2.hik-cloud.com/v1/inspect/alg/endpoint/out/health/analyse/healthCode' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"picUrl":"xxxxxx"
}'
响应示例响应示例
{
"code": 0,
"message": null,
"data": {
"name": "赵*",
"id": "3330000000000000",
"updateTime": "2022-05-05 15:04:25",
"color": "green",
"hours": "",
"covidTestReport": "negative",
"covidTestTime": "2022-05-05 15:04:25"
},
"success": true
}
请求参数
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}
Body 参数application/json
返回响应
修改于 2022-05-30 10:15:20