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.
🧭 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. |
🛠️ How to Use
- Access Swagger UI: Navigate to
/en/api-docs/swagger
to view the interface. - Test Requests: Use the built-in tools to send
GET
,POST
,PUT
requests. - Explore Documentation: Click on endpoints to see detailed parameters and responses.
For quick start guides, visit our Quick Start Documentation. 🚀