get_album_thumbnails
Retrieves base64-encoded thumbnails from an album to generate visual HTML galleries. Specify album ID, size (thumbnail or preview), and limit for up to 50 thumbnails.
Instructions
Get base64-encoded thumbnails for photos in an album. Use this to generate visual HTML galleries from an existing album. For thumbnails from search results (no album), use get_thumbnails_batch instead. Read-only.
Args:
album_id: The album's UUID.
size: 'thumbnail' (250px) or 'preview' (1440px). Default: 'thumbnail'.
limit: Max thumbnails to return (1-50, default 20).
Returns: JSON with album info and thumbnails array (each with asset_id, base64 data, filename, date).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | ||
| size | No | thumbnail | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |