Skip to main content
The Tuteliq API provides AI-powered child safety detection across text, voice, images, and video. This page covers everything you need to know before making your first call.

Base URL

All endpoints are prefixed with /api/v1. For example, the bullying detection endpoint is at:

Authentication

Include your API key in every request using one of these methods:
Get your API key from the Tuteliq Dashboard.

Response Format

Successful response

All detection endpoints return a consistent response shape:

Error response

Context Fields

Pass a context object with any detection request to improve accuracy:

Options

Stateless by Design

Tuteliq is fully stateless — every API call is independent, and no conversation text, context, or session state is retained between requests. This is a deliberate privacy-by-design decision, not a missing feature. Why stateless?
  • GDPR compliance — Processing children’s data under GDPR/COPPA demands the strictest data minimization. By retaining no cross-request state, there is zero risk of sensitive conversation data persisting in caches, logs, or backups.
  • No data retention surface — There is no session store to breach, no conversation cache to leak, and no accumulated history to subpoena. Each request arrives, is analyzed, and the content is discarded.
  • Simpler compliance audits — “We store nothing between requests” is the easiest privacy posture to audit and certify.
What this means for developers:
  • Pass context (age_group, platform, language, conversation_history) with every request that needs it.
  • Use external_id and customer_id to correlate results with your own systems — these are echoed back but not stored.
  • If you need to track risk escalation across a conversation, aggregate results on your side using the severity, risk_score, and level fields returned by each call.
This is intentional. Many child safety APIs offer session-based context accumulation. We chose not to — because when you’re processing messages from minors, the safest data is data you never store. Your integration handles context; Tuteliq handles detection.

Sandbox Mode

API keys with environment: "sandbox" run real analysis without consuming credits. Sandbox responses include "sandbox": true and the X-Sandbox-Mode: true header. Create a sandbox key in your Dashboard under Settings > API Keys > Environment: Sandbox. Sandbox limits:
  • 10 requests per minute rate limit
  • 50 calls per day (resets at midnight UTC)
  • Real analysis, real results — not mocked
Sandbox mode is for integration testing only. Daily limits prevent use as a free production workaround.

Rate Limits

Rate limits are enforced per API key per minute, based on your plan: Your allowance is measured in detection credits, not requests. Endpoints are weighted by cost: a text detection is 1 credit, an image 7, a video 95. See pricing for the current plans.
Accounts on a legacy plan (Starter, Indie, Pro, Business) keep their existing limits. Those plans are closed to new signups.
Every response includes rate limit headers:
When exceeded, the API returns 429 Too Many Requests with a Retry-After header.

Credits

Each endpoint consumes a different number of credits: Every response includes credits_used and credit balance headers:

Common Error Codes

For the full error reference and retry strategies, see Error Handling.

Endpoint Groups

Endpoint pages are auto-generated from the OpenAPI specification and appear in the sidebar. Each page includes request/response schemas, parameter descriptions, and an interactive playground.

Safety

Bullying, grooming, unsafe content, voice, image, and video analysis. Covers all 9 KOSA harm categories.

Synthetic Content

Detect AI-generated text, deepfake images, cloned voice audio, and manipulated video across all four modalities.

Fraud Detection

Social engineering, app fraud, romance scams, and money mule recruitment targeting minors.

Safety Extended

Gambling harm, coercive control, vulnerability exploitation, and radicalisation detection.

Document Analysis

Upload PDFs for per-page multi-endpoint safety detection with chain-of-custody hashing.

Multi-Endpoint

Fan-out a single text to up to 10 detectors in parallel with aggregated results.

Analysis

Emotional trend analysis — dominant emotions, sentiment trajectory, depression/anxiety indicators.

Guidance

Age-appropriate action plans for children, parents, or professionals.

Reports

Professional incident reports for schools, counselors, and moderators.

Verification

Age verification (document + biometric) and identity verification (face match + liveness).

Batch

Analyze up to 50 items in a single request with parallel processing.

Webhooks

HMAC-signed webhook alerts for critical incidents, with retry and secret rotation.

Usage

Credit balance, daily summaries, per-tool breakdowns, and billing period usage.

Compliance

GDPR data subject rights — erasure, portability, rectification, consent, audit trail.

Health

Liveness probes, readiness checks, and component-level status.