Developers · Documentation
Build with Kepler Q-Max
Everything you need to integrate quantum-trained inference into your stack — from a single curl call to a multi-region enterprise rollout.
Quickstart
Sign up, mint a key, ship your first prediction in 5 minutes.
Read →
Concepts
QAOA, variational classifiers, hybrid inference — the model behind the API.
Read →
Authentication
API keys, scopes, rotation, and per-environment isolation.
Read →
SDKs
Python, TypeScript, and Go — typed responses with built-in retries.
Read →
Webhooks
Stream long-running QPU job results back to your stack.
Read →
Security & RLS
Row-level security, audit logs, and tenant isolation guarantees.
Read →
Your first prediction
curl https://api.keplerqmax.sonicium.ltd/v1/predict \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "kepler-q-max",
"task": "fraud_detection",
"features": [0.12, 0.84, 1.7, ...]
}'
# → { "label": "high_risk", "confidence": 0.912, "latency_ms": 84 }Need help?
Open a ticket from your dashboard, or email support@sonicium.ltd. Enterprise customers get a dedicated Slack channel.
