-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
34 lines (27 loc) · 1.49 KB
/
llms.txt
File metadata and controls
34 lines (27 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Tuteliq React Native SDK
> Official React Native SDK for Tuteliq — AI-powered child safety API with hooks for mobile apps.
## What is this?
A React Native library for the Tuteliq child safety API. Detect bullying, grooming, self-harm, and other harmful content with React hooks. Works on iOS and Android.
## Install
npm install @tuteliq/react-native
## Quick Start
import { Tuteliq } from '@tuteliq/react-native'
import Config from 'react-native-config'
const tuteliq = new Tuteliq({ apiKey: Config.TUTELIQ_API_KEY })
const result = await tuteliq.detectUnsafe({ text: 'content to check', ageGroup: '13-15' })
## Key Features
- React hooks for easy integration
- iOS and Android support
- All 20+ Tuteliq API endpoints
- 16+ detection categories (KOSA compliant)
- Age group calibration
- TypeScript support
- Age Verification (Beta) — POST /v1/verification/age — Pro tier+, 5 credits
- Identity Verification (Beta) — POST /v1/verification/identity — Business tier+, 10 credits
## Supported Languages
27 languages: English (stable), Spanish, Portuguese, Ukrainian, Swedish, Norwegian, Danish, Finnish, German, French, Dutch, Polish, Italian, Turkish, Romanian, Greek, Czech, Hungarian, Bulgarian, Croatian, Slovak, Lithuanian, Latvian, Estonian, Slovenian, Maltese, Irish (beta). Auto-detected, no configuration needed.
## Links
- Website: https://tuteliq.ai
- Documentation: https://docs.tuteliq.ai
- npm: https://www.npmjs.com/package/@tuteliq/react-native
- GitHub: https://github.com/Tuteliq/react-native