API ReferenceVault
A folder as a content drop
Returns a folder packaged as a drop: items classified by role (video / photoset / BTS) plus the ordered bundle media_ids for one-tap selection of the whole drop. 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
folder_id*string
Vault folder/album id.
Response Body
application/json
application/json
curl -X GET "https://example.com/api/admin/vault/drop/string"{ "folder_id": "f_8842", "roles": { "video": [ "501" ], "photoset": [ "502", "503" ], "bts": [ "504" ] }, "bundle_media_ids": [ "501", "502", "503", "504" ]}{ "detail": "Not authenticated"}Recommend unseen content for a cohort
Recommends unseen vault content for a cohort, defined either by a seed content_id (whoever buys it) or by the audience-filter querystring (the same shape the broadcast composer uses), excluding content already sent to that cohort. Requires a read-scoped key.
Vault media thumbnail
Returns a thumbnail image for a vault media item, or 404 if none exists. Requires a read-scoped key.