ImageLink icon indicating copy to clipboard operation
ImageLink copied to clipboard

ImageLink is the (non-affiliated) mobile ShareX-like uploader client!

⚠️ Deprecation Notice: ImageLink is deprecated, use Imageing instead.

GitHub version Support Server

ImageLink

ImageLink is the (non-affiliated) mobile ShareX-like uploader client!

With ImageLink you can upload images, videos and files to your own server! You can import existing .sxcu configuration that you use on your desktop devices and are immediately ready to go!

  • Automatically pastes the response URL into your clipboard
  • Share files to ImageLink for an immediate upload
  • Intercept and upload screenshots if wanted

You can download ImageLink from Google Play!
You can join the ImageLink Discord Guild if you have any questions or feedback!

Screenshots

Supported SXCU's

ImageLink supports the following types of SXCU configurations:

Multipart/form-data with JSON body arguments:

{
  "DestinationType": "ImageUploader",
  "RequestMethod": "POST",
  "RequestURL": "https://example.com/upload",
  "Body": "MultipartFormData",
  "Arguments": {
    "endpoint": "upload",
    "token": "secrettoken"
  },
  "FileFormName": "image",
  "URL": "$json:url$",
  "DeletionURL": "$json:deletion_url$"
}

Multipart/form-data with request headers:

{
  "DestinationType": "ImageUploader, FileUploader",
  "RequestType": "POST",
  "RequestURL": "https://example.com/upload",
  "Body": "Form data (multipart/form-data)",
  "FileFormName": "files[]",
  "Headers": {
    "token": "secrettoken",
    "accept": "application/json"
},
"ResponseType": "Text",
"URL": "$json:url$",
"ThumbnailURL": "$json:thumb$"
}

Credits

  • Adrian Castro
  • Sören Stabenow