This documentation is currently under development. Certain sections are not yet complete and will be added shortly.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cached Content

Retrieve cached binary content

get
/api/{tenantId}/cachedContent/{key}

Fetches pre-generated or cached binary content by key with automatic MIME type detection.

Caching Strategy

  • Cache Duration: 100 days (client and CDN)

  • Optimal for: Images, PDFs, generated reports, static assets

  • MIME Type: Automatically detected from file extension or stored metadata

Key Structure

Keys can use nested paths:

  • reports/monthly-2024-01.pdf

  • images/products/item-123.jpg

  • generated/invoice-456.pdf

Use Cases

  • Dynamically generated images (charts, QR codes)

  • Report caching

  • Optimized asset delivery

  • Pre-rendered content

Performance

Content is served directly from blob storage with aggressive caching headers to minimize server load.

Path parameters
keystringRequired

Blob key (supports nested path).

tenantIdstringRequired
Responses
200

Binary content returned

No content

get/api/{tenantId}/cachedContent/{key}

No content

Last updated