Content Moderator — Ai Endpoint Template for Extractor
AI EndpointAnalyze text for toxicity, spam, and policy violations. Returns a safety score with specific flags.
Template Content Moderator bundles a ready-to-deploy workspace for extractor workflows. Install in one click from the Aerostack dashboard or via aerostack init --template=content-moderator-endpoint.
What It Does
Send any user-generated text — get back a safety verdict (safe/unsafe), a confidence score (0-1), specific violation flags (toxicity, spam, hate speech, personal attacks), and the reason for the assessment. Built for automated content pipelines.
Example
Input: "This product is absolute garbage and anyone who buys it is an idiot"
Output:
{
"safe": false,
"score": 0.72,
"flags": ["personal_attack", "toxicity"],
"reason": "Contains personal insult directed at other users. The product criticism alone would be acceptable, but calling buyers idiots crosses into personal attack territory."
}
When To Use This
- User-generated content platforms — check posts, comments, and reviews before publishing
- Chat and messaging — filter messages in real time as part of your moderation pipeline
- Marketplace listings — screen product descriptions and seller communications for policy violations
Metadata
What's Included
Deploy this ai endpoint in minutes
Analyze text for toxicity, spam, and policy violations. Returns a safety score with specific flags.
More extractor Templates
Browse extractor Templates →Invoice Parser
by @aerostack
Extract vendor, amount, due date, and line items from invoices. Structured JSON output from any invoice format.
Support Ticket Classifier
by @aerostack
Classify support messages by category, urgency, and sentiment. Route tickets to the right team instantly.
Resume Screener
by @aerostack
Screen resumes against job descriptions. Get a match score, skill gaps, and hire/pass recommendation.
SQL Query Generator
by @aerostack
Convert plain English questions into SQL queries. Supports any schema with parameterized output.
Email Drafter
by @aerostack
Draft professional emails from a brief. Specify recipient, purpose, and tone — get a ready-to-send email.
Email Parser
by @aerostack
Extract sender name, email, company, intent, and urgency from customer emails and support tickets.
Frequently asked questions
What does the Content Moderator template include?+
The Content Moderator template is a pre-configured Aerostack workspace for extractor. It bundles the required MCP servers, skills, and workflows. Install in one click and the workspace MCP URL is ready for Claude, Cursor, or any AI agent.
How do I install the Content Moderator template?+
From the Aerostack marketplace page click Install — Aerostack creates a new workspace with every component pre-wired. You can also install via CLI: aerostack install template aerostack/content-moderator-endpoint
Can I customize Content Moderator after installing?+
Yes. Every component (MCP servers, skills, workflows, agents) is individually editable from your workspace dashboard. Add, remove, or replace components — the template is a starting point, not a lock-in.
Is the Content Moderator template free to use?+
Templates are free to install. Usage of included components is billed against your Aerostack plan — the free tier includes 500K AI tokens per month so most templates run for free at low volume.