API
The API documentation is provided by the built-in Swagger UI of FastAPI. You can view the API documentation by accessing the /docs
or /redoc
path of the server.
NOTE
If you enable the built-in frontend, the path to the API documentation will become /api/docs
and /api/redoc
.