EndpointsAPI Overview

Watchmen REST API

Explore the public Watchmen REST API, its authentication methods, base URL, and available endpoint groups.

Overview

The Watchmen REST API provides authenticated access to the public operations documented in this reference. Select an endpoint from the navigation to view its parameters, request examples, response schemas, and interactive playground.

Base URL

https://wm.novoai.de

Authentication

Every request must use one of the authentication methods supported by the API:

  • Send a JWT as Authorization: Bearer <token>.
  • Send an API access key as X-API-KEY: <key>.

Keep API access keys and JWTs out of client-side code, source control, and logs.

Available Resources

The API reference currently provides the following endpoints. Select an endpoint to view its parameters, request body, examples, response schemas, and interactive playground.

Each link opens the dedicated reference page for that callable API operation.