drop files here or click to browse

api

upload a single file

curl -X POST https://files.misten.lol/upload \
  -F "files=@photo.png"

# returns: https://files.misten.lol/uIm3MM

upload multiple files → zip

curl -X POST https://files.misten.lol/upload \
  -F "files=@photo.png" \
  -F "files=@doc.pdf"

# returns: https://files.misten.lol/uIm3MM

about

misten.lol/files is a dead simple file sharing service that generates a link to a file, You can use the file upload API or use the drag and drop box above

Please note that uploaded files last for 2 days before being automatically deleted, The max file upload size is 2GB