upload_document
Upload files to generate a secure, short sharing link with options for expiration, password protection, burn-after-reading, and download limits.
Instructions
Upload and share a file. Returns a short URL (https://en.ke/{slug}) for secure sharing with expiration, password, watermark, and burn-after-reading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Owner-facing note or label | |
| exp_days | No | Expiration in days (plan-dependent max) | |
| password | No | Password to protect the document | |
| file_path | Yes | Absolute path to the file to upload | |
| max_downloads | No | Max downloads (0 = unlimited) | |
| disable_download | No | Preview only, no download button | |
| burn_after_reading | No | Delete after first download |