Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.
/ ImageLink Public archive

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

Notifications You must be signed in to change notification settings

castdrian/ImageLink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ 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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages