PowerShell
Upload files to Emberly from PowerShell scripts on Windows.
Automate file uploads and clipboard management from PowerShell using Emberly's REST API.
Basic Upload
Usage:
Environment Variable Setup
Set your token permanently:
Screenshot + Upload
Capture the screen and upload in one step:
Bulk Upload
Troubleshooting
| Problem | Solution |
|---|---|
401 Unauthorized | Token is incorrect or expired — regenerate in dashboard |
TLS/SSL error | Run [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 |
| File > plan limit | Upgrade your plan or use chunked upload via the API |