Asahi-Upload API

Endpoint

You may POST an array of files to https://files.utau.digital/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://files.utau.digital/upload?output=csv.

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

Curl Example

curl -i -F files[][email protected] https://files.utau.digital/upload