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
- Navigate to 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
| Code | Meaning | Description |
|---|---|---|
| 200 | OK | Request succeeded |
| 201 | Created | Resource created successfully |
| 202 | Accepted | Request accepted for async processing |
| 400 | Bad Request | Invalid request parameters |
| 401 | Unauthorized | Missing or invalid API key |
| 403 | Forbidden | Plan limit reached or insufficient permissions |
| 404 | Not Found | Resource not found |
| 429 | Too Many Requests | Rate limit exceeded |
| 500 | Internal Server Error | Server error |
Rate Limits
Rate limits vary by plan:| Plan | Rate Limit | Burst |
|---|---|---|
| DEV | 10 req/s | 50 |
| PRO | 100 req/s | 500 |
| PRO_MAX | 500 req/s | 2500 |
| ENTERPRISE | Custom | Custom |
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
Customer
Manage customer accounts
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

