Uguu API

Endpoint

You may POST an array of files to https://uguu.se/upload, by default you will get a json response.

If you want a response in something else than json you add a flag to specify what format you want, for example https://uguu.se/upload?output=csv.

Valid response types are: json, csv, text, html and gyazo.

Curl Example

curl -i -F files[]=@yourfile.jpeg https://uguu.se/upload