TEASEDocs
API ReferenceVault

Vault media thumbnail

Returns a thumbnail image for a vault media item, or 404 if none exists. Requires a read-scoped key.

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Path Parameters

media_id*string

Vault media id.

Response Body

image/jpeg

application/json

GET
/api/admin/vault/cover/{media_id}
curl -X GET "https://example.com/api/admin/vault/cover/string"
"string"
{  "detail": "Not authenticated"}
Empty