I deleted my file, how do I restore it?

In case you’ve deleted the file not so far ago, you may try to restore it via REST API request

PUT /files/:uuid/storage/

For example, you can use CURL to do it:

$ curl -X PUT -H "Authorization: Uploadcare.Simple yourpublickey:yourprivatekey" "https://api.uploadcare.com/files/:uuid/storage/"