Static storage
#
OverviewArchitect gives you your own storage space for storing files of all types and sizes.
There are available two endpoints on your project API for managing files, /files
and /files/bulk
.
Currently, it's possible do upload only as an authorized user, so be sure that you include authorization headers.
#
Uploading a filePOST
https://{app-id}.essentialz.cloud/files
To upload a single file, just send a request with multipart form data containing your file.
- curl
- fetch
Request
Request
Response
#
Uploading files in bulkPOST
https://{app-id}.essentialz.cloud/files/bulk
Uploading files in bulk works in a similar way as uploading a single file.
- curl
- fetch
Request
Request
Response