GET/
Custom API Documentation
+
GET/docs
Swagger UI API Documentation
+
Provides interactive API documentation using Swagger UI. This interface allows you to explore endpoints, view models, and test API calls directly in your browser.
Example Request
GET /docs
Response
Returns the Swagger UI interface.
<!DOCTYPE html>
<html>
<head>... Swagger UI ...</head>
<body>... Interactive Documentation ...</body>
</html>
GET/redoc
ReDoc API Documentation
+
Provides alternative API documentation using ReDoc. This interface offers a clean, three-panel view of your API specification, ideal for reading and understanding the API structure.
Example Request
GET /redoc
Response
Returns the ReDoc UI interface.
<!DOCTYPE html>
<html>
<head>... ReDoc ...</head>
<body>... API Documentation ...</body>
</html>