Swagger UI is a powerful tool for visualizing and interacting with your API documentation. It provides an intuitive interface to explore endpoints, test requests, and view real-time responses. Below are key features and usage instructions for this documentation.
📌 Key Features
- Interactive API Testing ✅
Directly test endpoints using the built-in form interface. - Real-Time Documentation 📈
Automatically generates documentation based on your API definitions. - Multi-Format Support 🧾
View JSON, YAML, and OpenAPI format specifications seamlessly. - Customizable UI 🎨
Tailor the appearance with themes and branding options.
🛠 Usage Instructions
- Access the Swagger UI
Navigate to/Documentation/en/Project_Nova_API/Swagger_UI
to start exploring. - Explore Endpoints
Use the sidebar to browse available API operations. - Test Requests
Click on an endpoint to view its parameters and send test requests. - View Responses
See real-time responses and validation results in the interface.
📁 Expand Reading
For more details about Nova API's REST endpoints, visit our REST API Documentation.