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.
Every request across all services requires your API key passed in the X-API-Key HTTP header:
X-API-Key: cyk_live_your_universal_api_keyA single key authenticates against all services you have active subscriptions for. You can generate multiple keys for staging and production in your dashboard.
High-speed explicit content moderation & nudity detection with bounding boxes.
Ultra-fast conversational AI with live RAG platform knowledge and streaming.
Multimodal object visibility, blur scoring, occlusion & cropping inspection.
Real-time bidirectional neural voice assistant with natural speech synthesis.
Studio-grade neural matte background removal with sub-70ms edge detection.
Enterprise speech-to-text transcription with speaker diarization & 99+ languages.
| HTTP Status | Code | Description |
|---|---|---|
| 400 Bad Request | invalid_payload | Malformed JSON body or missing required fields. |
| 401 Unauthorized | missing_api_key | X-API-Key header was not supplied in the request. |
| 401 Unauthorized | invalid_api_key | Provided API key does not exist or has an invalid signature. |
| 403 Forbidden | service_not_subscribed | Your API key does not have an active subscription for this service. |
| 403 Forbidden | api_key_revoked | API key status is set to 'revoked' or 'expired'. |
| 429 Too Many Requests | rate_limit_exceeded | Per-minute or monthly request limit exceeded. |
| 500 Internal Error | inference_error | Server error occurred during neural model processing. |