Base URL
All API requests should be made to:Authentication
Authenticate using your API key in thex-continum-key header:
API Keys
Get your API key from the dashboard:- Sign in with GitHub
- Create a customer account (Individual or Company)
- Navigate to Settings → API Keys
- Generate a new key
Request Format
All requests must include:Content-Type: application/jsonheaderx-continum-keyheader with your API key- JSON body (for POST/PUT requests)
Response Format
All responses are JSON with the following structure:Success Response
Error Response
HTTP Status Codes
Rate Limits
Rate limits vary by plan:
Rate limit headers are included in responses:
Pagination
List endpoints support pagination:Filtering
Many endpoints support filtering:Idempotency
POST requests that create resources support idempotency keys:Webhooks (Coming Soon)
Subscribe to events via webhooks:SDKs
Official SDKs are available:TypeScript/JavaScript
npm install @continum/sdk
Python
Coming soon
Go
Coming soon
Ruby
Coming soon
API Endpoints
Audits
Query compliance audits
Sandbox
Configure compliance sandboxes
Guardian
Pre-LLM PII detection
Mirror
Async audit ingestion
Dashboard
Query compliance signals
Support
Need help with the API?- Email: support@continum.co
- Documentation: docs.continum.co
- Dashboard: app.continum.co

