Decription

Dead simple, you upload a file and you get permanent public direct download link.

Endpoints

Usage Example

Upload a File

curl -X POST https://telefiles.frii.site/upload?key=api-12345-key -F "file=@myfile.txt" | jq

The server responds with JSON containing the download URL:

{"url": "https://telefiles.frii.site/download/file-12345-id" }

Download the File

curl -O https://telefiles.frii.site/download/file-12345-id

Notes

Data collected