Skip to main content
POST
/
files
{
  "signedUrl": "<string>",
  "fileId": 1
}

Body

application/json
name
string
required

Name of file

type
enum<string>
required

The type of file

Available options:
UserAsset,
Import
public
boolean

Whether anybody can access this file

Response

File Id and signed url to retrieve the file

Contains the SignedUrl to upload the content of the file to

signedUrl
string
required

URL to which to upload file

fileId
integer
required

ID created for new file

Required range: x >= 0