Skip to main content
GET
Get/Stream Object
Fetch a file from a specific bucket. This endpoint is optimized for high-performance delivery and supports streaming for large files.

Query Parameters

string
required
The name of the bucket containing the file.
string
required
The full path to the file within the bucket (e.g., images/banner.png).

Headers

string
Standard HTTP Range header for partial content (e.g., bytes=0-1023). Highly recommended for video seeking.

Responses

file
Standard file delivery.
file
Returned when a valid Range header is provided.
object
Returns a placeholder if configured, or a standard error response.

Examples

Standard Request
Streaming with Range