POST /api/tcc-open-platform/open-api/sensitiveWords/filter
类型 | 名称 | 说明 | 类型 |
---|---|---|---|
Body | text 必填 |
要过滤的文本 | string |
HTTP代码 | 说明 | 类型 |
---|---|---|
200 | OK | RestData |
201 | Created | 无内容 |
401 | Unauthorized | 无内容 |
403 | Forbidden | 无内容 |
404 | Not Found | 无内容 |
application/json
*/*
类型 | 名称 | 作用域 |
---|---|---|
apiKey | Authorization | global |
apiKey | OpenAuthorization | global |
apiKey | ClientAuthorization | global |
名称 | 说明 | 类型 |
---|---|---|
List<SensitiveFilterVO> | 敏感词筛选结果 | collection |
名称 | 说明 | 类型 |
---|---|---|
hitWords | 标签编号 | set<string> |
filtedText | 标签名字 | string |