W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
檢測圖片是否包含違法違規(guī)內(nèi)容
POST https://developer.toutiao.com/api/v2/tags/image/
?? 注意該接口請在開發(fā)者服務(wù)器端請求
屬性 | 說明 |
---|---|
X-Token | 小程序 access_token,參考登錄憑證檢驗 |
{
"targets": ["ad", "porn"],
"tasks": [
{
"image": "https://image.url"
}
]
}
屬性 | 說明 |
---|---|
targets | 圖片檢測服務(wù)類型,目前支持 porn、politics、ad、disgusting 四種 |
tasks | 檢測任務(wù)列表 |
image | 檢測的圖片鏈接 |
image_data | 圖片數(shù)據(jù)的 base64 格式,有 image 字段時,此字段無效 |
正確返回的 JSON 如下:
{
"log_id": "2019010320551501001001621510071",
"data": [
{
"code": 0,
"task_id": "d18197c4-0f56-11e9-99a5-0242ac110004",
"data_id": null,
"cached": false,
"predicts": [
{
"prob": 1,
"model_name": "image_ocr",
"target": "ad"
},
{
"prob": 0,
"model_name": "image_qrcode",
"target": "ad"
}
],
"msg": "ok"
},
{
"code": 0,
"task_id": "d1aedc02-0f56-11e9-99a5-0242ac110004",
"data_id": null,
"cached": false,
"predicts": [
{
"prob": 0.0005013857153244317,
"model_name": "image_porn",
"target": "porn"
},
{
"prob": 0.022131478413939476,
"model_name": "image_vulgar",
"target": "porn"
}
],
"msg": "ok"
}
]
}
屬性 | 說明 |
---|---|
log_id | 請求 id |
data | 檢測結(jié)果列表 |
code | 檢測結(jié)果-狀態(tài)碼 |
msg | 檢測結(jié)果-消息 |
data_id | 檢測結(jié)果-數(shù)據(jù) id |
task_id | 檢測結(jié)果-任務(wù) id |
predicts | 檢測結(jié)果-置信度列表 |
target | 檢測結(jié)果-置信度-服務(wù)/目標 |
model_name | 檢測結(jié)果-置信度-模型/標簽 |
prob | 檢測結(jié)果-置信度-概率,值為 0 或者 1 ,當值為 1 時表示檢測的圖片有違法違規(guī)內(nèi)容比如是廣告 |
當 access_token 檢驗失敗時會返回如下信息:
{
"error_id": "dd60b2bef95f40d7a4ace0bf5130d2e7",
"code": 401,
"message": "Authentication credentials were not provided.",
"exception": "Authentication credentials were not provided."
}
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: