抖音开放平台Logo
开发者文档
控制台
  • 服务端API介绍
  • 小游戏 OpenAPI SDK 总览
  • 接口调用凭证
  • 登录
  • 数据缓存
  • 二维码
  • 其它
  • 订阅消息
  • 客服消息
  • 礼包福袋
  • 内容安全
  • 图片检测
  • 内容安全检测
  • 推荐流直出游戏能力
  • 动态分享
  • 内容安全检测

    收藏
    我的收藏

    接口说明

    检测一段文本是否包含违法违规内容

    基本信息

    名称描述
    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 状态码错误码错误码描述排查建议
    2000

    成功

    200401

    AccessToken 失效/为空

    200400

    tasks 数组为空