Files

Learn how to use the File API to securely upload or retrieve files with Ranoz.


The File object

The File object (example)
{
  "id": "abcd",
  "filename": "file.png",
  "type": "png",
  "size": 8429,
  "url": "https://ranoz.gg/file/abcd",
  "upload_state": "completed"
}