ShareX Integration
You can easily configure ShareX to upload images and files directly to your sCloud bucket.Configuration
- Download the custom uploader configuration or create a new one.
- Replace
YOUR_BUCKET_NAMEwith your actual bucket name. - Replace
YOUR_API_KEYwith your valid sCloud API key.
SXCU Configuration
Copy the code below and save it assCloud.sxcu, then double-click it to install.
Manual Setup
If you prefer to configure it manually in ShareX:- Open Destinations > Custom uploader settings.
- Click New.
- Set Name to
sCloud. - Set Request URL to
https://cdn.sacul.cloud/YOUR_BUCKET_NAME. - Set Method to
POST. - Add a Header:
- Name:
Authorization - Value:
Bearer YOUR_API_KEY
- Name:
- Set Body to
Multipart form data. - Set File form name to
file. - In the URL box (bottom right), enter
{json:url}.
