Getting started
This section of the documentation explains how to interact with the various APIs provided by Continuum.
- Chat Requests: These requests are handled via the OpenAI chat API. This API enables real-time AI interactions by integrating Continuum’s secure processing capabilities.
Authentication
To interact with Continuum's SaaS API, you need to authenticate using an API key.
Your requests must include your API key in the Authorization
HTTP header:
Authorization: Bearer <CONTINUUM_API_KEY>
Send an email to continuum-preview@edgeless.systems, stating that you want to test the API if you want a free API key.
Offered model
In the request body, the model
parameter needs to be set to /model
.