Skip to main content
Retrieve the full image for an upload.

Request

Response

Returns binary image data with appropriate headers:

Content Types

Caching

Images are aggressively cached:
  • Public images: 1 year, immutable cache (public, max-age=31536000, immutable), set on both the Cache-Control and CDN-Cache-Control headers
  • Private images: No cache (private, no-store, must-revalidate)
Use the ETag header for conditional requests:
Returns 304 Not Modified if unchanged.

Access Control

  • Public images: Accessible to everyone
  • Private images: Only accessible to owner and admins
Private images return 404 Not Found if accessed without authorization.

Direct Image URL

For embedding in HTML:

Errors