Get/Stream Object
Core CDN
Get/Stream Object
Fetch or stream a file from a bucket.
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
The name of the bucket containing the file.
The full path to the file within the bucket (e.g.,
images/banner.png).Headers
Standard HTTP Range header for partial content (e.g.,
bytes=0-1023). Highly recommended for video seeking.Responses
Standard file delivery.
Returned when a valid
Range header is provided.Returns a placeholder if configured, or a standard error response.
Examples
Standard Request
Streaming with Range
