Skip to main content

Base URL

All API requests should be made to:

Authentication

Authenticate using your API key in the x-continum-key header:

API Keys

Get your API key from the dashboard:
  1. Sign in with GitHub
  2. Create a customer account (Individual or Company)
  3. Navigate to Settings → API Keys
  4. Generate a new key
API keys are shown only once. Save them securely.

Request Format

All requests must include:
  • Content-Type: application/json header
  • x-continum-key header 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:
Response includes pagination metadata:

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?