API specification¶
The latest OpenAPI 3.0.0 contract for the Verilib API is maintained in the frontend repository as public/swagger/swagger.json and served through its Swagger UI. Open the development Swagger UI to explore the live environment. It is based on the current /v2 endpoint implementations.
The documentation inventory covers all currently published /v2 paths, grouped by capability, and links to authentication and operational context:
The OpenAPI document is authoritative for request fields, required values, enums, response schemas, operation IDs, and security declarations. The docs repository presents a readable inventory of that contract rather than duplicating the JSON document.