create_shared_link
Create a public shareable link for an album to allow external viewing without authentication. Optionally enable download and metadata display.
Instructions
Create a public shared link for an album, making it accessible via URL without authentication. Use this to publish a gallery for external viewing. Side effect: creates a publicly accessible URL.
Args:
album_id: The album UUID to share publicly.
allow_download: Allow visitors to download original files (default true).
show_metadata: Show EXIF data to visitors (default true).
description: Optional human-readable description for the link.
Returns: JSON with link id, key, album_id, and the full shareable URL.
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 |