Categories

AI Content Moderation Detector - Safety Analysis

Intelligently detect sensitive words, inappropriate content, and policy violations with detailed analysis and improvement suggestions

Any text content that needs safety analysis - articles, comments, posts, documents, etc.

API Documentation

Request Endpoint

POST /en/api/tools/content-moderation-detector

Request Parameters

Parameter Name Type Required Description
text textarea Yes Any text content that needs safety analysis - articles, comments, posts, documents, etc.
detectionType select No -
strictness select No -
language select No -
includeSuggestions select No -
exportFormat select No -

Response Format

data: {"chunk": "data: processed content 1", "type": "stream"}


data: {"chunk": "data: processed content 2", "type": "stream"}


data: {"type": "done"}
Stream: Stream

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-content-moderation-detector": {
      "name": "content-moderation-detector",
      "description": "Intelligently detect sensitive words, inappropriate content, and policy violations with detailed analysis and improvement suggestions",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=content-moderation-detector",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]