get_thumbnails_batch
Fetch base64-encoded thumbnails for multiple photo assets by ID to display search results visually without creating albums.
Instructions
Get base64-encoded thumbnails for a list of asset IDs WITHOUT needing an album. Use this when you have search results (asset IDs) and want to display them visually without creating a temporary album. Returns thumbnail entries with asset IDs, base64 data, filenames, and dates.
Args:
asset_ids: List of asset IDs to fetch thumbnails for.
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 |
|---|---|---|---|
| asset_ids | Yes | ||
| size | No | thumbnail | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |