v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
Secure 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

sizeinteger required
namestring required
conflict_behaviour'replace' | 'rename' | 'fail' nullable

Example request

{
  "size": 16,
  "name": "architecto",
  "conflict_behaviour": "rename"
}