Public, protected, and input-aware endpoints are wired to production right now. The playground shows real responses or real readiness/auth guidance — no mock data.
GET /api/pingEvery endpoint below is live. Click any to see the real response.
/apiAPI info & endpoint list/api/pingHealth ping/api/system-statusFull system statusCopy-paste ready. Every example uses real production URLs.
# Health check
curl -s https://www.clisonix.com/api/ping
# System status
curl -s https://www.clisonix.com/api/system-status | jq .
# Chat with Ocean AI
curl -X POST https://www.clisonix.com/api/ocean -H "Content-Type: application/json" -d '{"message": "What is neural audio processing?", "language": "en"}'
# Streaming chat
curl -N -X POST https://www.clisonix.com/api/ocean/stream -H "Content-Type: application/json" -d '{"message": "Explain EEG analysis", "language": "en"}'Start free, scale as you grow.
Sign up for a free account at clisonix.com/sign-up. You can start calling public endpoints immediately — no API key required for read-only status and health endpoints.
Yes. Every endpoint listed on this page is live on production. Click "Try" next to any endpoint above to see the real response.
Curiosity Ocean uses Llama 3.1 8B for text, LLaVA for vision, and Faster-Whisper for audio transcription. All models run on our infrastructure — no external API calls.
Yes. Upgrades take effect immediately. Downgrades apply at the next billing cycle. All payments are processed through Stripe.
SDKs are in development. For now, all endpoints work with any HTTP client — cURL, fetch, requests, axios, etc. See the code examples above.
Yes — custom API limits, dedicated infrastructure, SLA guarantees, and on-premise deployment. Contact [email protected].
37 production endpoints. AI chat, vision, audio, monitoring, billing — all live.