create_shared_link
Create a public shared link for an album to make it visible in the Immich Gallery. Control visitor download permissions and metadata display.
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 |