v1
latestOpenAPI 3.0.32026-08-061810496.7 KBSecure spaces & folders
Prepare file for upload to a folder
This is the second step to start uploading files to a folder. After you get the credentials for the AWS SDK, you will need to call this API for each file to get the key where to upload the file in S3. Also, keep the version property is this will be required when creating the file after the upload session.
get/api/1/folders/{userFolder}/upload/id
Query parameters
namestring required
Name of the file
Example:architecto
Name of the file
sizeinteger required
File size
Example:16
File size
Request body
Example request
{
"size": 16,
"name": "architecto",
"conflict_behaviour": "rename"
}