get_attachment_url
Generate a time-limited download link for a specific attachment using its ID. Set the URL lifetime in seconds (default 1 hour).
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 |