shotshare
shotshare copied to clipboard
Bash script to upload image using API?
Is there a way to write a bash script that can upload an image to my SS instance using the API?
thanks
Hey @mptpro, this should definitely be possible using Curl, the upload endpoint accepts multipart form data.
Here is a StackOverflow on posting files using Curl.
Thanks @mdshack