create_shared_link
Generate a public link to share an album in Immich Gallery, with options to control download permissions and metadata visibility for visitors.
Instructions
Create a public shared link for an album. This makes the album visible in the Immich Gallery frontend.
Args:
album_id: The album to share.
allow_download: Allow visitors to download photos.
show_metadata: Show EXIF metadata to visitors.
description: Optional link description.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | ||
| allow_download | No | ||
| show_metadata | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |