get_attachment_url
Retrieve a temporary download URL for an attachment with a customizable expiration time (default 1 hour). Use the attachment ID to generate a secure link for file access.
Instructions
Get a temporary download URL for an attachment.
Args: attachment_id: The attachment ID expires_in: URL lifetime in seconds (default: 3600 = 1 hour)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expires_in | No | ||
| attachment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |