List storage buckets
Retrieve a list of all available storage buckets in the document storage system
GET
This endpoint returns a comprehensive list of all storage buckets available in the document management system. Use this endpoint to discover available storage containers before performing operations like listing objects or uploading files.Documentation Index
Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
Use this file to discover all available pages before exploring further.
Storage buckets are logical containers that organize and group related files. Each bucket has unique permissions and configuration settings.
Authentication
This endpoint requires Bearer Token authentication. Include your API token in the Authorization header.Bearer token for API authentication. Format:
Bearer YOUR_API_TOKENURL Parameters
The base URL of the document storage service where buckets are managed.Example:
https://document-service.your-domain.comPath segment indicating this is an internal API call within the document service. This distinguishes internal system operations from external public APIs.
Path segment specifying that this endpoint operates on storage resources. This groups all storage-related operations under a common path.
Path segment identifying the specific storage resource type being accessed. This endpoint targets bucket-level operations for listing available storage containers.
Headers
Cache control directive. Use
no-cache to ensure fresh bucket data.Content type that the client can accept. Supports
*/* for all types.Acceptable encoding methods for response compression. Supports
gzip, deflate, br.Request examples
Last modified on June 2, 2026

