API

Use the CrossWatch REST API from your own self-hosted instance. Includes base URL and the OpenAPI reference link.

Use the CrossWatch API to integrate CrossWatch into your own workflows.

CrossWatch is self-hosted. The API is served by your CrossWatch instance.

It’s not a public, multi-tenant API.

Base URL

Your base URL depends on where you host CrossWatch.

Examples:

  • http://localhost:8787 (local dev)

  • https://crosswatch.<your-domain> (behind a reverse proxy)

Use HTTPS when exposed beyond localhost. Requests and responses are JSON.

Open API reference

Last updated

Was this helpful?