人体库回流接口
更新时间:2022-11-04
接口描述
本接口用于向EVS人体库回流人体
请求结构
POST /v1/database/human/backflow HTTP/1.1
x-bce-date: 2020-03-25T09:28:13Z
host: evs.bj.baidubce.com
content-type: application/json
authorization: bce-auth-v1/e8e4a9ced6794355a9a1b8a20b58d37b/2020-03-25T09:28:13Z/1800/content-type;host;x-date/4a1692dc4bab84f5801f79ea0c1fece3601cf73ecd94409d2a94b3942b971715
{
"databaseIds": databaseIds
"picsAdd": picsAdd,
"description": description
}
请求头域
除公共头域外,无其它特殊头域。
请求参数
名称 | 类型 | 是否必须 | 参数位置 | 描述 |
---|---|---|---|---|
databaseIds | Array | 是 | RequestBody参数 | 回流的人脸库ID列表 |
picsAdd | Array | 是 | RequestBody参数 | 回流的人体信息 |
+ appId | String | 是 | RequestBody参数 | 应用ID |
+ deviceId | Long | 是 | RequestBody参数 | 设备ID |
+ humanId | String | 是 | RequestBody参数 | 人体ID |
+ bukcet | String | 是 | RequestBody参数 | 人体图Bucket |
+ key | String | 是 | RequestBody参数 | 人体图Key |
+ picUrl | String | 否 | RequestBody参数 | 人体图链接 |
description | String | 否 | RequestBody参数 | 人体描述 |
响应头域
除公共头域外,无其它特殊头域。
响应参数
无
请求示例
POST /v1/database/human/backflow HTTP/1.1
x-bce-date: 2020-03-25T09:28:13Z
host: evs.bj.baidubce.com
content-type: application/json
authorization: bce-auth-v1/e8e4a9ced6794355a9a1b8a20b58d37b/2020-03-25T09:28:13Z/1800/content-type;host;x-date/4a1692dc4bab84f5801f79ea0c1fece3601cf73ecd94409d2a94b3942b971715
{
"databaseIds": ["ddb-maqtvbg8e1bipyi5"]
"picsAdd": [
{
"appId": "app-xxxxxxxxxxxxxxxx",
"deviceId": 100,
"humanId": "ddh-xxxxxxxxxxxxxxxx",
"bukcet": "test_bucket",
"key": "test_key",
"picUrl": ""
},
{
"appId": "app-xxxxxxxxxxxxxxxx",
"deviceId": 100,
"humanId": "ddh-xxxxxxxxxxxxxxxx",
"bukcet": "",
"key": "",
"picUrl": "xxxxxxxxxxx"
},
],
"description": "描述"
}
响应示例
无