get_slideshow
Retrieve a slideshow by ID and generate fresh 1-hour signed download URLs for its export ZIP.
Instructions
Fetch one slideshow by its id, including fresh 1-hour signed download URLs for its export ZIP. Use this when the user asks to "get the download link for slideshow X", "re-download a slideshow", or "get the link again" (the link from generate_slideshow expires after 24h; this mints fresh 1h links). Get the id from list_slideshows first. Read-only — consumes no quota. Download links may be empty if the slideshow has no export file (e.g. a Telegram-only export).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The slideshow id (uuid). Get it from list_slideshows. |