Documentation Index
Fetch the complete documentation index at: https://seilabs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Swagger Docs Endpoint
To enable the Swagger docs endpoint, you need to update api.swagger value to true in theapp.toml file:
http://<node-ip>:<port>/swagger/ (e.g. http://localhost:1317/swagger/).
The default API port is 1317. Ensure the API server is enabled in your app.toml under the [api] section by setting enable = true.