Upload a file
Send a multipart/form-data request to POST /api/files. Repeat the file field when uploading several files in one request.
curl -X POST \\
-F "file=@report.pdf" \\
-F "expires=7d" \\
-F "maxDownloads=1" \\
-F "autoDelete=true" \\
https://uploaduae.com/api/files