Last active
November 9, 2022 23:43
-
-
Save anthony1x6000/a406243fc013babcfa6f6ff0d9856a6e to your computer and use it in GitHub Desktop.
Slate.host ShareX config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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