Welcome to the Swagger UI endpoint for our API! This page provides an interactive interface to explore and test the available APIs. 🌐

📌 Main Features

  • Interactive API Explorer: Discover endpoints, request methods, and parameters in real-time.
  • Real-time Validation: Automatically validate requests against the API schema.
  • Documentation Generation: Generate downloadable API documentation in various formats.
swagger_ui

🧭 Key Endpoints

Path Method Description
/api/v1/data GET Retrieve dataset information.
/api/v1/operations POST Execute specific operations.
/api/v1/config PUT Update configuration settings.
api_endpoints

🛠️ How to Use

  1. Access Swagger UI: Navigate to /en/api-docs/swagger to view the interface.
  2. Test Requests: Use the built-in tools to send GET, POST, PUT requests.
  3. Explore Documentation: Click on endpoints to see detailed parameters and responses.

For quick start guides, visit our Quick Start Documentation. 🚀

swagger_tutorial