TEASEDocs
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.

Range1 <= value <= 200
Default20

Response Body

application/json

application/json

GET
/api/admin/vault/gaps
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"}