Upload chat logs or message datasets and get AI-generated spam detection rules. PATAS clusters patterns and outputs JSON blocking rules ready for production.
Input
chat_logs.jsonl
Output
{
"action": "BLOCK",
"pattern": "free.*v-?bucks",
"confidence": 0.94,
"cluster": "gaming_scam"
}rules.json
Automatically groups similar spam patterns
Export rules compatible with Discord, Slack, etc.
Suggests SAFE_AUTO or REVIEW_ONLY modes
JSONL, CSV, plain text logs
JSON rules for Discord AutoMod, Slack, custom systems
One line/object in input file
Pay per analysis batch
≈ $0.05 per 1,000 messages
Free tier: 100/day, 10,000/month
Analyze LogsSee live pattern analysis • No sign-up required
curl -X POST https://kikuai.dev/api/demo/patas \
-H "Content-Type: multipart/form-data" \
-F "file=@chat_logs.jsonl"