API Docs / Operations / Media Library - Images / Streams image content with ETag caching. A matching If-None-Match returns 304 without touching blob storage.

Streams image content with ETag caching. A matching If-None-Match returns 304 without touching blob storage.

GET /tenants/{tenant}/media-library/images/{code}/content

Streams image content with ETag caching.
A matching If-None-Match returns 304 without touching blob storage.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

200 OK
304 Not Modified
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it