Login

Welcome to the CURSED CDN

Upload a File

To upload a specific file to the server, make a POST request to:
/upload
Replace {@filename.txt} with the filename name or identifier.
Example: curl -F "file=@file.csv" "https://api.cursedrobot.tech/upload?user={username}&pass={password}"

Download a File

To download a file by file ID, make a GET request to:
/download?id={id}
Replace {id} with the file ID of the desired file.
Example: curl -LOJ "https://api.cursedrobot.tech/download?id=05Bn/200mb"