Storages
Cloud storage configuration
Retrieves all storage configurations for your organization
API key for authentication. Format - apikey YOUR_API_KEY
Page number (1-indexed)
1Items per page (max 100)
10Storages retrieved successfully
Storages retrieved successfully
Creates a new cloud storage configuration
API key for authentication. Format - apikey YOUR_API_KEY
Storage provider credentials
Private key (for GCS)
Storage created successfully
Bad request - validation error
Deletes a storage configuration
API key for authentication. Format - apikey YOUR_API_KEY
Storage ID
Storage deleted successfully
Storage deleted successfully
Lists files recursively in a cloud storage bucket. This endpoint allows you to browse and retrieve file listings from your configured storage integrations (AWS S3, Google Cloud Storage, Azure Blob Storage, or Custom S3-compatible storage).
Features:
Recursive directory listing
Optional signed URL generation for direct file access
Automatic retry mechanism for S3 rate limit errors
Support for path-based filtering
Use Cases:
Browse storage bucket contents before importing
Generate signed URLs for batch asset uploads
Validate storage configuration and access
List available datasets for annotation projects
API key for authentication. Format - apikey YOUR_API_KEY
Storage configuration ID
507f1f77bcf86cd799439011Name of the bucket/container to list files from
my-annotation-dataDirectory path to list files from. Defaults to root directory if not specified.
""Example: datasets/images/2024Whether to generate signed URLs for each file. Signed URLs provide temporary authenticated access to private files.
true: Returns signed URLs (24-hour expiry)false: Returns file metadata only (default)
falseExample: truePossible values: Enable automatic retry mechanism for S3 SlowDown errors (rate limiting). When enabled, the API will automatically retry with exponential backoff.
true: Retry on rate limit errors (default)false: Fail immediately on rate limit errors
trueExample: truePossible values: Files retrieved successfully
Bad Request - Missing required parameters
Unauthorized - invalid or missing API key
Forbidden - insufficient permissions
Storage not found
Last updated