API ReferenceVault
List all media ids in a folder
Returns every media id in one folder/album so the whole pack can be selected at once. 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/folder/string"{ "folder_id": "f_8842", "media_ids": [ "501", "502", "503" ]}{ "detail": "Not authenticated"}Search the AI-tagged vault index
Instant title/tag search over the vault index, returning vault media grouped by folder plus loose (un-foldered) items. Requires a read-scoped key.
Vault index status
Returns indexed folder/item/tagged counts, the last-indexed time, and whether a scan is currently running. Requires a read-scoped key.