TEASEDocs
API ReferenceVault

Content cover image

Returns a thumbnail image for one content 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

content_id*integer

Content id.

Response Body

image/jpeg

application/json

application/json

GET
/api/admin/content/cover/{content_id}
curl -X GET "https://example.com/api/admin/content/cover/0"
"string"
{  "detail": "Not authenticated"}
{  "detail": {    "code": "engine_not_connected",    "message": "Connect your engine to access this data."  }}
Empty