Skip to main content

Self-hosted deployment

The API is available either as a cloud API, served by us, or an OCI container that you can deploy using Docker, Podman, or other tool for running containers. This also allows you to deploy it in a Kubernetes cluster for high availability and scaling.

Download our Docker Compose files and Helm chart from our Github repo.

API reference

The API surface for the self-hosted deployment is identical to the cloud version.

This means that all requests should look the same, except the domain/port and authentication, which are under your control.

The API response has the same structure.

Read the API reference here.