Install and use the Tuteliq command-line interface
The Tuteliq CLI lets you test safety endpoints, analyze files, and manage API keys directly from the terminal. It’s built for developers who want to prototype and debug without writing code.
{ "messages": [ { "role": "stranger", "text": "Hey, how old are you?" }, { "role": "child", "text": "I'm 11" }, { "role": "stranger", "text": "Cool. Do you have your own phone?" }, { "role": "stranger", "text": "Let's talk on a different app, just us" } ]}
Detect social engineering, app fraud, romance scams, and mule recruitment.
# Detect social engineeringtuteliq detect social-engineering "If you really trusted me you'd send your address" --age-group 10-12# Detect romance scamtuteliq detect romance-scam "You're so mature for your age. Keep us a secret." --age-group 13-15# Detect app fraudtuteliq detect app-fraud "Download this app and enter your parent's card details" --age-group 10-12# Detect mule recruitmenttuteliq detect mule-recruitment "I just need you to receive some money in your account" --age-group 13-15
Detect gambling harm, coercive control, vulnerability exploitation, and radicalisation.
# Detect gambling harmtuteliq detect gambling-harm "I know a way to get free V-Bucks, just put in your card" --age-group 10-12# Detect coercive controltuteliq detect coercive-control "You're not allowed to talk to anyone else. Only me." --age-group 13-15# Detect vulnerability exploitationtuteliq detect vulnerability-exploitation "I know your parents don't listen. I actually care about you." --age-group 13-15# Detect radicalisationtuteliq detect radicalisation "They're all against us. Only our group understands the truth." --age-group 13-15
# Set default age grouptuteliq config set age-group 13-15# Set default output formattuteliq config set format table# View all settingstuteliq config list