v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
Files

Prepare file for new version of a file

This is the second step to create a new version of a file. 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 a new version of the file after the upload session.

get/api/1/files/{userFile}/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

Example request

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