Multi-modal AI engine with native support for Uzbek, Kazakh, Russian, and English. Text, images, audio, video — zero external API calls.
Analyze text, images, speech, music, and video through a single unified API. Powered by ONNX Runtime with CPU, CoreML, and CUDA support.
Detect profanity, toxicity, hate speech, NSFW content, violence, copyright violations, and dangerous audio events — all on your own infrastructure.
POST /v1/moderate/text
{
"text": "Check this content...",
"lang_hint": "uz",
"sync": true
}
// Response
{
"status": "completed",
"final_action": "allow",
"categories": [
{ "category": "toxicity", "confidence": 0.03 },
{ "category": "hate_speech", "confidence": 0.01 }
],
"processing_time_ms": 42
}
O'zbekcha
Қазақша
Русский
English
First-class support for Uzbek and Kazakh including dual-script normalization (Cyrillic/Latin), leetspeak detection, and language-specific profanity dictionaries.
Deploy on your own infrastructure. All ML inference runs locally via ONNX Runtime. Your data never leaves your servers. Supports CPU, Apple Silicon, and NVIDIA GPUs.
Insults, discrimination, threats
Pornography, suggestive content
Weapons, drugs, dangerous content
Audio fingerprint matching
Multi-language dictionaries
Scam detection, spam filtering
Gunshots, screams, explosions
Vocal separation + ASR analysis
Axum + Tokio async runtime. Memory-safe, blazing fast, zero-cost abstractions. Handles thousands of concurrent requests.
XLM-RoBERTa, CLIP ViT-L/14, Whisper, YAMNet, Demucs v4. All running via ONNX Runtime with hardware acceleration.
One-command deployment with Docker Compose. PostgreSQL + pgvector, RabbitMQ, MinIO, dedicated workers per content type.
Deploy SAPI AI on your infrastructure and start moderating content in minutes. Full API documentation and Docker images included.