Interesting .io sites

https://giphy.com/gifs/fV0oSDsZ4UgdW/html5

https://giphy.com/gifs/5TSxsJJuSXahO/html5

Only support ~100mb, claim to support 5gb
but any request larger than ~100mb will return 413 error from cloudfare protection


Anonymous files
https://anonymousfiles.io/api.html

For upload ~100mb, store for 6 months

Usage

Curl:
‘’’
curl -F file=@testimage.jpg -F expires=1h -F no_index=true https://api.anonymousfiles.io/
‘’’
Python:
‘’’
import requests
r = requests.post(‘https://api.anonymousfiles.io', files={‘file’: open(‘/Users/myself/anonymous_activists.jpg’, ‘rb’)})

print(r.text)

#{“url”: “https://anonymousfiles.io/qZB1DXsM/", “id”: “qZB1DXsM”, “name”: “anonymous_activists.jpg”, “size”: 114230, “mime_type”: “image/jpeg”}
‘’’

Return
‘’’
{
“id”: “31hsyyGb”,
“name”: “testimage.jpg”,
“size”: 191475,
“url”: “https://anonymousfiles.io/31hsyyGb/"
}

‘’’

file.io
https://www.file.io/#one

Delete after download file
For upload ~100mb, store for 6 months
same as anonymous io… claim to have 5gb but will block any upload larger than ~100mb

Usage:

curl -F “file=@test.txthttps://file.io/?expires=1w

curl –data “text=this is a secret pw” https://file.io

return:

{“success”:true,”key”:”2ojE41”,”link”:”https://file.io/2ojE41","expiry":"14 days”}

{“success”:true,”key”:”pgiPc2”,”link”:”https://file.io/pgiPc2","expiry":"14 days”}

{“success”:false,”error”:404,”message”:”Not Found”}


Gofile
https://gofile.io/?t=api

No API yet
Claim to provide unlimited amount of storage?