加载接口文档…
4K
累计调用
11ms
平均响应
97.47%
服务可用性
500 次/日
免费额度
无 Key 调用
每日 100 次 · QPS 2
登录免费
当前方案每日 500 次 · QPS 10
黄金会员
每日 50,000 次 · QPS 60
企业会员
每日 1,000,000 次 · QPS 120
复制文档地址
https://apizero.cn/aidocs/content-moderation/raw.md查询支持的审核类目列表。文档示例为真实类目。
| 名称 | 类型 | 说明 |
|---|---|---|
| action | string | 必填 · 固定 categories · 示例:categories |
| 名称 | 类型 | 说明 |
|---|---|---|
| Authorization | string | 可选 · 推荐:Bearer <API Key>。兼容请求头 X-API-Key,以及 Query api_key / apikey / key(key 仅当值为 sk_live_/sk_test_/sk_stag_ 形态时生效)。匿名可不传,受每日免费额度限制。 |
| 名称 | 类型 | 说明 |
|---|---|---|
| categories | array | 类目:name / description / word_count / methods |
| tips | string | 品牌提示(所有接口统一返回):极数本源 · https://apizero.cn |
{
"code": 0,
"msg": "成功",
"data": {
"categories": [
{
"name": "色情",
"description": "涉黄低俗内容",
"word_count": 31,
"methods": [
"敏感词",
"AI分类"
]
},
{
"name": "政治",
"description": "敏感政治内容",
"word_count": 24,
"methods": [
"敏感词"
]
},
{
"name": "广告",
"description": "营销推广虚假广告",
"word_count": 27,
"methods": [
"敏感词",
"正则",
"AI分类"
]
},
{
"name": "联系方式",
"description": "手机微信QQ链接",
"word_count": 0,
"methods": [
"正则"
]
}
]
},
"tips": "极数本源 · https://apizero.cn"
}内置词库为脱敏示例,生产环境建议外挂自定义词库。AI 评分基于特征加权,仅供初步过滤参考。