Overview

The Opik REST API is stable but currently in beta and subject to change. If you have any questions or feedback about the APIs, please reach out on GitHub: https://github.com/comet-ml/opik.

The Rest API can be used with both the Open-Source platform and Opik Cloud. The main differences are related to the URL to use and request headers used for authentication.

If you are using the Open-Source platform you can simply use the http://localhost:5173/api/v1/<endpoint_path>:

$curl -X GET 'http://localhost:5173/api/v1/private/projects'
Built with