API ReferenceVault
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.
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/gaps"{ "gaps": [ { "tag": "kink:feet", "demand": 140, "supply": 6 } ], "unsorted": 38, "untagged": 211}{ "detail": "Not authenticated"}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.
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.