Ephemeral file sharing. Convenient, anonymous and secure via file.io
# usage.story
res = file-io data --expires 1w
# or a file
res = file-io `/path/to/image.png`
res = {
"success":true,
"key":"aQbnDJ",
"expiry":"7 days"
}
The file will be available at https://file.io/aQbnDJ
.