API ReferenceVault
Top content + tags by revenue
Returns the top-selling vault media and tags over a time window, each with its unlock-rate (which content sells). 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
Query Parameters
from_ts?|
Window start (Unix seconds). Defaults to 30 days ago.
to_ts?|
Window end (Unix seconds). Defaults to now.
limit?integer
Maximum rows per list.
Range
1 <= value <= 200Default
20Response Body
application/json
application/json
curl -X GET "https://example.com/api/admin/vault/performance"{ "media": [ { "media_id": "501", "revenue_cents": 184000, "unlock_rate": 0.27 } ], "tags": [ { "tag": "cat:solo", "revenue_cents": 920000, "unlock_rate": 0.31 } ]}{ "detail": "Not authenticated"}Trigger a vault re-index
Starts a background (re)index of the vault. Returns started=false with already_running=true when a scan is already in flight. Requires a write-scoped key.
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.