REST API

⚠️

The current API is not yet stable. We expect significant changes before our GA release. If you have a use case that requires API access, please reach out to us so that we can assist.

Continual provides a REST API for interacting with platform resources.

Authentication

You can authenticate to the API by passing a workspace API key as a bearer token in the Authorization header. For instance, to get the a list of workspaces:

curl -H "Authorization: Bearer <API_KEY>" \
    https://api.continual.ai/v1/workspaces

API Reference

A full reference of the REST API is coming soon. In the meantime, you can browse the Continual OpenAPI specification or use API documentation available in the Continual dashboard.