Upload a File





How to upload via curl

The response printed in your terminal is the full download URL:

curl -F "file=@/path/to/your/file.jpg" https://f.nypnk.com
# -> http://https://f.nypnk.com/files/AbCdEf.jpg

echo "hello" | curl -F "file=@-;filename=hello.txt" https://f.nypnk.com
# -> http://https://f.nypnk.com/files/Xy12Z9.txt

Limits

Max size (no key): 30 MiB · Allowed types: jpg, jpeg, png, gif, txt, pdf, doc, docx

Files are purged automatically after 31 days.