api
API Reference
FileBrowser provides a comprehensive REST API for programmatic access.
API Documentation
Primary Documentation: Swagger UI
Access Swagger docs at: /swagger/ (requires API user perissions)
Example: https://your-domain.com/swagger/
This swagger page uses a short-live token (2-hour exp) that the UI uses, but allows for quick access to all the API’s and their described usage and requirements.
API authentication
An API request has 3 options for authentication, checked in this order:
filebrowser_quantum_jwtcookie in the request with the token value&auth=<token>in the query parameterBearer <token>in the authorization header