内容安全检测
收藏
我的收藏接口说明
检测一段文本是否包含违法违规内容
基本信息
名称 | 描述 |
---|---|
HTTP URL | https://developer.toutiao.com/api/v2/tags/text/antidirt |
HTTP Method | POST |
Scope | open.ttgame.mgplatform |
权限要求 | 该接口请在开发者服务器端请求 |
请求参数
请求头
content-type必填String
示例:application/json
固定值"application/json"
X-Token必填String
示例:08011218462b6b4b5054626e426e50685a7554643144644449413d3d
Body展开全部子属性
tasks必填List
检测任务列表
展开子属性
请求示例
curl --location 'https://developer.toutiao.com/api/v2/tags/text/antidirt' \ --header 'X-Token: 080112184639455479586b76302f77664e6942474c2f302b37673d3d' \ --header 'Content-Type: application/json' \ --data '{ "tasks": [ { "content": "要检测的文本" } ] } '
响应参数
Body展开全部子属性
data必填List
检测结果列表
展开子属性
log_id必填String
请求 id
codeInt64
错误时返回
error_idString
错误时返回
exceptionString
错误时返回
messageString
错误时返回
响应示例
正常响应示例异常响应示例
{ "log_id": "2018112821375501001506902813132", "data": [ { "code": 0, "task_id": "d0229abe-f312-11e8-966d-0242ac110009", "data_id": null, "cached": false, "predicts": [ { "prob": 1, "model_name": "antidirt", "target": "default" } ], "msg": "ok" } ] }
切换单列布局
错误码
HTTP 状态码 | 错误码 | 错误码描述 | 排查建议 |
---|---|---|---|
200 | 0 | 成功 | |
200 | 401 | AccessToken 失效/为空 | |
200 | 400 | tasks 数组为空 |
点击纠错