Skip to content

Instantly share code, notes, and snippets.

@anthony1x6000
Last active November 9, 2022 23:43
Show Gist options
  • Select an option

  • Save anthony1x6000/a406243fc013babcfa6f6ff0d9856a6e to your computer and use it in GitHub Desktop.

Select an option

Save anthony1x6000/a406243fc013babcfa6f6ff0d9856a6e to your computer and use it in GitHub Desktop.
Slate.host ShareX config
{
"Name": "slate",
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "POST",
"RequestURL": "https://uploads.slate.host/api/v3/public/[TAG/FOLDER/COLLECTION ID HERE]",
"Headers": {
"Authorization": "[API KEY HERE]"
},
"Body": "MultipartFormData",
"FileFormName": "file",
"URL": "{json:$.data.url}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment