37 Live Endpoints — Production Wired

Build with Real APIs

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.

Try it now — live from productionwww.clisonix.com
GET /api/ping

API Endpoints

Every endpoint below is live. Click any to see the real response.

GET/api
GET/api/ping
GET/api/system-status

Code Examples

Copy-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"}'

Simple Pricing

Start free, scale as you grow.

Free

€0
50 / day requests
  • Core & status endpoints
  • Ocean AI chat (10/day)
  • System metrics
  • Email support
Start Free
Most Popular

Pro

€29/mo
5,000 / day requests
  • All Free features
  • Unlimited Ocean AI
  • Vision & Audio APIs
  • Reporting & exports
  • Billing APIs
Start Pro Trial

Enterprise

€199/mo
50,000 / day requests
  • All Pro features
  • Engine fleet full access
  • Custom integrations
  • SLA guarantee
  • On-premise option
Contact Sales

FAQ

How do I get started?

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.

Do these APIs actually work?

Yes. Every endpoint listed on this page is live on production. Click "Try" next to any endpoint above to see the real response.

What AI models power Ocean?

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.

Can I upgrade or downgrade anytime?

Yes. Upgrades take effect immediately. Downgrades apply at the next billing cycle. All payments are processed through Stripe.

Is there an SDK?

SDKs are in development. For now, all endpoints work with any HTTP client — cURL, fetch, requests, axios, etc. See the code examples above.

Do you offer enterprise solutions?

Yes — custom API limits, dedicated infrastructure, SLA guarantees, and on-premise deployment. Contact [email protected].

Ready to Build?

37 production endpoints. AI chat, vision, audio, monitoring, billing — all live.

Clisonix Developers | API Reference, Endpoints, and Integration Docs