create_shared_link
Generate a public shareable link for an album to enable external viewing without authentication. Visitors can download files and view metadata as configured.
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 | ||
| description | No | ||
| show_metadata | No | ||
| allow_download | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |