Lensdump supports ShareX with ❤️

ShareX is a free and open source screen capture and file sharing tool that allows you to upload images, text, files, and more to various hosting services. Lensdump.com is one of the supported hosting services that offers unlimited image storage and bandwidth for free. In this article, we will show you how to upload images to lensdump.com using ShareX with a custom uploader configuration file.

What is a custom uploader configuration file?

A custom uploader configuration file (.sxcu) is a file that contains the settings and parameters for uploading files to a specific hosting service using ShareX. You can create your own custom uploader files or use the ones provided by the hosting service or other users. ShareX allows you to import and export custom uploader files easily.

How to use lensdump.sxcu file on ShareX?

  • Lensdump.com provides a custom uploader file for ShareX users that contains the configuration for uploading images to lensdump.com. Download lensdump.sxcu file.

  • Download the file and open it using a text editor. You'll end up with the following code:

        
        {     
        "Version": "14.1.0",
        "DestinationType": "ImageUploader",
        "RequestMethod": "POST",
        "RequestURL": "https://lensdump.com/api/1/upload",
        "Body": "MultipartFormData",
        "Arguments": {
        "key": "Replace with your API KEY from https://lensdump.com/settings/api",
        "album_id": "Replace with Album ID where you want to upload images (optional)",
        "source": "{input}"
        },
        "FileFormName": "source",
        "URL": "{json:image.url}",
        "ThumbnailURL": "{json:thumb.url}",
        "DeletionURL": "{json:delete_url}",
        "ErrorMessage": "{json:status_txt}"
        }
        
    
  • Replace KEY and album_id as mentioned in the code.

  • Save the file.

  • Double click on the file. You will get a ShareX confirmation prompt to add lensdump as custom uploader.

  • Click "OK"