check_spam_text
Classify any text message as SPAM, SUSPICIOUS, or SAFE using AI consensus and verified scam patterns. Get verdict, confidence, and risk signals for moderation.
Instructions
Classify a text message as SPAM, SUSPICIOUS, or SAFE using multi-LLM consensus (GPT + Claude + Gemini) and vector similarity against 1,100+ verified scam patterns. Returns verdict, confidence, category, risk signals, red flags, and plain-language recommendation. Built from real Telegram moderation data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text to classify. Max 5,000 characters. | |
| locale | No | ISO 639-1 language hint (e.g. 'uk', 'ru', 'de'). Auto-detected if omitted. |