OpenAPI

Use the public OpenAPI schema to inspect REST endpoint shapes.

Beta compatibility: API endpoints and response schemas may evolve. Clients should tolerate unknown fields, nullable values, and documented version changes.

Schema

The public schema is available as JSON.

Open public OpenAPI

Coverage

The public schema covers the public REST endpoints.

  • GET /v1/health
  • POST /v1/search
  • POST /v1/forecast
  • GET /v1/rvol/models
  • GET /v1/rvol/assets
  • GET /v1/rvol/latest
  • GET /v1/rvol/history
  • GET /v1/rvol/actuals
  • GET /v1/rvol/features/latest

Use

Use the schema to generate clients, inspect request fields, or validate response handling.