OpenAPI /api/v3 Reference

Control plane for live TV.

The public contract for auth, sessions, health, playback decisions, and live HLS delivery. Published from the repo so the API docs stay close to the code that serves them.

Public Contract

/api/v3 is the integration surface.

Use it for WebUI clients, automation, playback orchestration, and operator tooling.

Repo Driven

One checked-in source feeds the published page.

The Pages workflow mirrors backend/api/openapi.yaml, so endpoint copy and schema details do not live in a second CMS.

Start Here

Need a running service first?

Use the repo quickstart for deployment, then return here when wiring clients against the API.

Full OpenAPI Reference Rendered by ReDoc from ./openapi.yaml