History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
POST /report/badcase HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>Content-Length: <length>Content-Type: application/xml<body>
<Request><ContentType></ContentType><JobId></JobId><ModerationTime></ModerationTime><Url></Url><SuggestedLabel></SuggestedLabel><Label></Label></Request>
节点名称(关键字) | 父节点 | 描述 | 类型 | 是否必选 |
Request | 无 | 反馈审核错误的具体参数 | Container | 是 |
节点名称(关键字) | 父节点 | 描述 | 类型 | 是否必选 |
ContentType | Request | 需要反馈的数据类型,反馈图片错误样本,取值为2。 | Integer | 是 |
Url | Request | 图片类型的样本,需要填写图片的 url 链接,ContentType 为2时必填。 | String | 否 |
Label | Request | 数据万象审核判定的审核结果标签,例如 Porn。 | String | 是 |
SuggestedLabel | Request | 您自己期望的正确审核结果的标签,例如期望是正常,则填 Normal。 | String | 是 |
JobId | Request | 该数据样本对应的审核任务 ID,有助于定位审核记录。 | String | 否 |
ModerationTime | Request | 该数据样本之前审核的时间,有助于定位审核记录。 格式为 2021-08-07T12:12:12+08:00 | String | 否 |
<Response><RequestId></RequestId></Response>
节点名称(关键字) | 父节点 | 描述 | 类型 |
Response | 无 | 返回的具体响应内容 | Container |
节点名称(关键字) | 父节点 | 描述 | 类型 |
RequestId | Response | 每次请求发送时,服务端将会自动为请求生成一个 ID,遇到问题时,该 ID 能更快地协助定位问题 | String |
POST /report/badcase HTTP/1.1Authorization: q-sign-algorithm=sha1&q-ak=AKIDZfbOAo7cllgPvF9cXFrJD0a1********&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=28e9a4986df11bed0255e97ff9050055********Host: examplebucket-1250000000.ci.ap-beijing.myqcloud.comContent-Length: 66Content-Type: application/xml<Request><ContentType>1</ContentType><Url>http://www.example.com/abc.jpg</Url><Label>Porn</Label><SuggestedLabel>Normal</SuggestedLabel></Request>
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 230Connection: keep-aliveDate: Thu, 15 May 2022 12:37:29 GMTServer: tencent-cix-ci-request-id: NTk0MjdmODlfMjQ4OGY3XzYzYzhf****<Response><RequestId>xxxxxxxxxxxxxx</RequestId></Response>
文档反馈