prepare_attachment_upload
Prepare a private upload for a reply attachment. Returns an expiring signed PUT URL and required headers. Upload the file bytes using your client's file/HTTP capability, then pass upload_id to reply_to_comment. The service verifies ownership, type, size, and upload completion before attaching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | Yes | Exact file size in bytes; account plan limits may be lower. | |
| filename | Yes | Original filename without directory components. | |
| mime_type | Yes | File MIME type, for example image/png. | |
| project_id | No | Authorized project ID, project slug, domain, or public key. Defaults to the configured project when omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||