All plans are🏷️30% OFFfor a limited time!www.cyliumos.online
CyliumOS
PLATFORM QUICKSTART

CyliumOS Universal API Architecture

CyliumOS is a high-performance modular API platform. Developers use a single universal API key to authenticate across specialized NSFW visual safety, conversational RAG AI, and computer vision visibility detection microservices.

1. Universal Authentication

Every request across all services requires your API key passed in the X-API-Key HTTP header:

HTTP header
X-API-Key: cyk_live_your_universal_api_key

A single key authenticates against all services you have active subscriptions for. You can generate multiple keys for staging and production in your dashboard.

2. Available Microservices

nsfw-detection

NSFW & Visual Safety Detector

High-speed explicit content moderation & nudity detection with bounding boxes.

chatbot

RAG AI Chatbot Assistant

Ultra-fast conversational AI with live RAG platform knowledge and streaming.

visibility-detection

Object Visibility & Quality Detection

Multimodal object visibility, blur scoring, occlusion & cropping inspection.

voice-assistant

Voice Assistant

Real-time bidirectional neural voice assistant with natural speech synthesis.

bg-remover

AI Background Remover

Studio-grade neural matte background removal with sub-70ms edge detection.

voice-to-text

Voice to Text (STT)

Enterprise speech-to-text transcription with speaker diarization & 99+ languages.

3. Global HTTP Error Codes

HTTP StatusCodeDescription
400 Bad Requestinvalid_payloadMalformed JSON body or missing required fields.
401 Unauthorizedmissing_api_keyX-API-Key header was not supplied in the request.
401 Unauthorizedinvalid_api_keyProvided API key does not exist or has an invalid signature.
403 Forbiddenservice_not_subscribedYour API key does not have an active subscription for this service.
403 Forbiddenapi_key_revokedAPI key status is set to 'revoked' or 'expired'.
429 Too Many Requestsrate_limit_exceededPer-minute or monthly request limit exceeded.
500 Internal Errorinference_errorServer error occurred during neural model processing.