The API specification lives in openapi.yaml at the repository root.
http://localhost:3035/(dev and Ubuntu server use the same port)
- Open https://editor.swagger.io/
- File → Import file and select
openapi.yaml
npx --yes redoc-cli serve openapi.yaml- API:
http://localhost:3030/api(orhttp://<server-lan-ip>:3030/apion the network)



