Skip to content

Get published asset metadata by ID

HEAD
/api/assets/published/{configId}/{assetId}/{rendition}
curl --request HEAD \
--url 'https://example.com/api/assets/published/example/example/example?format=webp&version=latestpublished&download=true'

Returns headers with published asset metadata without the body.

configId
required
string
assetId
required
string
rendition
required
string
format

Output format for the asset (e.g., webp, jpg)

string
Example
webp
version

Version of the asset to retrieve (e.g., ‘latest’, ‘latestpublished’, or specific version number)

string
Example
latestpublished
download

If set, forces download with Content-Disposition header

string
Example
true

Asset metadata in headers

Unauthorized - Repository is not public and request is not authenticated

Asset not found or not published