Tuteliq

TUTELIQ API

Content moderation API aligned with KOSA. Detect grooming, bullying, self-harm, and more — with age-calibrated risk scoring in under 400ms.

All Systems Operational
Quick Start
import Tuteliq from '@tuteliq/sdk'

const tuteliq = new Tuteliq({ apiKey: 'YOUR_API_KEY' })

const result = await tuteliq.detectUnsafe({
  content: "Don't tell your parents about us meeting up",
  context: { age_group: "13-15" }
})
Response
{
  "unsafe": true,
  "categories": ["grooming", "secrecy"],
  "severity": "high",
  "risk_score": 85,
  "recommended_action": "Escalate to moderator"
}
~400ms
Avg. Latency
9
KOSA Categories
Text, Voice & Image
Input Types
API Documentation Go to Dashboard
npm npm i @tuteliq/sdk
pip pip install tuteliq