LOADING...
Dohmbdy64 Logo

Image Uploader API

Features

  • Direct image uploads via API
  • ShareX integration support
  • Supports PNG, JPG, JPEG, GIF, and WebP
  • Unique URLs for each image
  • Automatic deletion after 24 hours

API Endpoint

Upload images using a POST request to:

POST https://www.imghost.dohmboy64.com/api/upload/image

ShareX Configuration

1. Download our ShareX custom uploader config:

Download Config

2. Import the configuration in ShareX:

  • Open ShareX
  • Go to Destinations > Custom uploader settings
  • Click Import > From file
  • Select the downloaded config file
  • Set as default image uploader

3. Quick Install (If ShareX is already installed):

  • Download the config file above
  • Double-click the downloaded dohmboy64-sharex.sxcu file
  • Click "Yes" when ShareX asks to import the settings
  • Click "Yes" to set as default image uploader

Manual Configuration

If you prefer to configure ShareX manually:

{ "Version": "15.0.0", "Name": "DOHMBOY64 Image Uploader", "DestinationType": "ImageUploader", "RequestMethod": "POST", "RequestURL": "https://www.imghost.dohmboy64.com/api/upload/image", "Body": "MultipartFormData", "FileFormName": "image", "Headers": { "accept": "application/json" }, "ResponseType": "JSON", "ParseResponse": true, "URL": "{json:url}" }

Rate Limits

To prevent abuse, the following limits apply:

  • Maximum file size: 10MB
  • Rate limit: 60 uploads per hour
  • Allowed file types: PNG, JPG, JPEG, GIF, WebP
  • Images automatically expire after 24 hours

Note: Rate limits are based on your IP address

Important: All uploaded images are automatically deleted after 24 hours