You may POST an array of files to https://movanest.xyz/upload, by default you will get a JSON response.
If you want a response in something else than JSON, add a flag to specify what format you want, for example https://movanest.xyz/upload?output=csv.
Valid response types are: json, csv, text, html and gyazo.
curl -i -F files[]=@yourfile.jpeg https://movanest.xyz/upload/uploadfiles[] (array of files)output (optional: json, csv, text, html, gyazo)Note: Authentication may be required for private uploads. Check dashboard for your API key if enabled.