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.

Public

Retrieve a public file from tenant storage

get
/public/{tenantId}/{cacheKey}/{path}

Serves files with automatic MIME detection and 100-day caching (client/CDN). cacheKey is used to force cache refresh when asset versions change.

Path parameters
pathstringRequired

The relative path of the file to retrieve.

tenantIdstringRequired
cacheKeystringRequired
Responses
200

File found and returned.

No content

get/public/{tenantId}/{cacheKey}/{path}

No content

Last updated