Cookie
Description
File metadata including public tokens and the plain access key (owner only). Binary: GET /api/storage/files/{fileId}/content and /thumbnail. List: GET /api/storage/files/{folderId}.
{
"id": "guid",
"originalName": "photo.jpg",
"sizeBytes": 12345,
"mimeType": "image/jpeg",
"visibility": 1,
"dateCreated": "2026-08-13T10:00:00Z",
"thumbnailPath": "...",
"hasFilePassword": false,
"hasAccessKey": true,
"accessKeyPlain": "the-plain-key",
"directToken": "...",
"uiToken": "..."
}
© 2026 Ampersand Documentation