Skip to main content
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.

Installation

Or with Homebrew:

Authentication

Set your API key:
Or pass it as an environment variable:

Detect unsafe content

Analyze a text string:
Output:

Detect grooming patterns

Analyze a conversation from a JSON file:
Where conversation.json contains:

Analyze emotions

Analyze voice

Analyze an audio file:

Analyze image

Analyze an image file:

Fraud detection

Detect social engineering, app fraud, romance scams, and mule recruitment.

Safety extended

Detect gambling harm, coercive control, vulnerability exploitation, and radicalisation.

Multi-endpoint analysis

Run multiple detections on a single text in one command.
Output:

Analyze video

Analyze a video file for safety concerns.
Output:

Batch processing

Analyze multiple inputs from a file:
Batch mode processes inputs in parallel and writes results as newline-delimited JSON (JSONL).

Output formats

Control output format with --format:

API key management

Configuration

View and set defaults:

All commands

Next steps

API Reference

Explore the full API specification.

Node.js SDK

See the Node.js SDK guide.