Base REST API conventions for Universo Platformo React.
Base URL
https://your-instance.example.com/api/v1
Current API Shape
The current repository organizes API routes by platform module rather than by the removed legacy workspace taxonomy.
Typical route groups include system health, auth, locales, profile, onboarding, applications, connectors, admin, public metahub, and metahub design-time APIs.
Interactive Documentation Source
The interactive Swagger and OpenAPI presentation layer is provided by @universo/rest-docs.
That package regenerates its src/openapi/index.yml file from the live backend route files before validation and build so the published route inventory stays aligned with the repository after refactors.
For the run-and-use workflow, continue to the Interactive OpenAPI Docs page in this section.