TEASEDocs
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

GET
/api/admin/vault/folder/{folder_id}
curl -X GET "https://example.com/api/admin/vault/folder/string"
{  "folder_id": "f_8842",  "media_ids": [    "501",    "502",    "503"  ]}
{  "detail": "Not authenticated"}