Cloud Uploads

Send your screenshot to the internet automatically after capture.

Imgur (easiest, no account needed)

Imgur is a free image hosting service. No sign-up needed for anonymous uploads.

  1. 1. Settings → Uploads → Destination → Imgur.
  2. 2. Leave the Client ID blank for anonymous uploads (images may be deleted after 6 months).
  3. 3. For permanent uploads, create a free Imgur account and register an API application to get a Client ID.
  4. 4. Enable "Upload" in After Capture settings.

Amazon S3 / Backblaze B2 / Cloudflare R2

All three services use the S3-compatible API. Reticle supports all of them with the same settings.

Bucket The name of your storage bucket.
Region e.g. us-east-1 for S3, auto for R2, us-west-004 for B2.
Endpoint Leave blank for AWS S3. Required for B2 and R2 — find it in your dashboard.
Access Key ID From your provider's IAM or API keys section.
Secret Access Key The corresponding secret. Stored encrypted on your Mac.
Path prefix Optional folder prefix — e.g. screenshots/. Uploads go to bucket/screenshots/filename.png.
ACL Set to public-read if you want direct links. Leave blank if you use CloudFront or Cloudflare as a CDN front.

SFTP

Upload directly to any server you have SFTP access to.

Host
Server hostname or IP address.
Port
Default 22.
Username / Password
Your server credentials.
Remote path
The directory on the server where files will be placed.
Base URL
The public URL that maps to the remote path, so Reticle can copy a shareable link after upload.

Custom HTTP Uploader

Wire up any API endpoint. See the full guide →