ShareX
Configure ShareX for one-click screenshot uploads to Emberly on Windows.
Emberly integrates with ShareX, the popular open-source screenshot and file uploader for Windows. Setup takes under a minute.
How It Works
When you configure ShareX with Emberly:
- Press your screenshot hotkey in ShareX
- ShareX captures the screenshot
- It automatically uploads to Emberly via the API
- The shareable URL is copied to your clipboard instantly
Setup
Step 1: Get Your Config File
- Go to your Emberly dashboard
- Navigate to Settings → Profile → Upload Tools
- Under "ShareX", click "Download Config"
- A personalised
.sxcufile is downloaded — it already contains your upload token and domain settings
Step 2: Import into ShareX
- Open ShareX
- Go to Destinations → Custom uploader settings
- Click "Import" → select the downloaded
.sxcufile - Click "Set as active uploader" for Image, Text, and File uploaders
Step 3: Test
Press your screenshot hotkey. The screenshot is uploaded automatically and the URL appears in your notification tray and clipboard.
Config File Format
The downloaded .sxcu file looks like this:
If you have a custom domain set as primary, the RequestURL will use that domain automatically.
Manual Configuration
If you prefer to configure ShareX manually:
- Open ShareX → Destinations → Custom uploader settings
- Click "New" and name it "Emberly"
- Set Request type to
POST - Set URL to
https://embrly.ca/api/files(or your custom domain) - Add header:
Authorization: Bearer YOUR_TOKEN - Set Body to
Multipart form data, field namefile - Set URL response path to
data.url - Set Error message response path to
error
Troubleshooting
| Problem | Solution |
|---|---|
| Upload fails with 401 | Your token has changed — re-download the config |
| URL not copied to clipboard | Check ShareX notifications settings |
| Wrong domain in URL | Set your custom domain as primary in the dashboard |