违禁词检测器 - AI内容安全审核
智能检测文本中的敏感词汇、不当内容和违规行为,提供详细分析和修改建议,适用于内容审核、安全检测等场景
API 文档
请求端点
POST /zh/api/tools/content-moderation-detector
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| text | textarea | 是 | 任何需要进行安全分析的文本内容 - 文章、评论、帖子、文档等。 |
| detectionType | select | 否 | - |
| strictness | select | 否 | - |
| language | select | 否 | - |
| includeSuggestions | select | 否 | - |
| exportFormat | select | 否 | - |
响应格式
data: {"chunk": "data: processed content 1", "type": "stream"}
data: {"chunk": "data: processed content 2", "type": "stream"}
data: {"type": "done"}
流式:
流式
AI MCP 文档
将此工具添加到您的 MCP 服务器配置中:
{
"mcpServers": {
"elysiatools-content-moderation-detector": {
"name": "content-moderation-detector",
"description": "智能检测文本中的敏感词汇、不当内容和违规行为,提供详细分析和修改建议,适用于内容审核、安全检测等场景",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=content-moderation-detector",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
你可以串联多个工具,比如:`https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`,最多20个。
如果遇见问题,请联系我们:[email protected]