get_album_thumbnails
Retrieve base64-encoded thumbnails for photos in an album (thumbnail or preview). Returns album info and list with asset IDs, base64 data, filenames, and dates. Use to generate visual HTML galleries.
Instructions
Get base64-encoded thumbnails for all photos in an album (up to limit). Returns album info and a list of thumbnail entries with asset IDs, base64 data, filenames, and dates. Used for generating visual HTML galleries.
Args:
album_id: The album's unique ID.
size: 'thumbnail' (250px) or 'preview' (1440px). Default: thumbnail.
limit: Maximum number of thumbnails to fetch (default 20, max 50).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | ||
| size | No | thumbnail | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |