Dormant content
Returns vault media with zero send activity in the last window_days (content that was neither sold nor sent). Requires a read-scoped key.
Authorization
bearerAuth Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Query Parameters
Inactivity window in days.
1 <= value <= 365030Response Body
application/json
application/json
curl -X GET "https://example.com/api/admin/vault/dormant"{ "items": [ { "media_id": "414", "media_type": "video", "has_cover": true } ], "total": 73}{ "detail": "Not authenticated"}Content gaps (what to shoot next)
Returns high-demand / low-supply tags plus the unsorted and untagged backlog, to guide what content to produce next. Requires a read-scoped key.
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.