Skip to main content
POST
Upload file.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data

Information of file to be created. It will be applied to every attachment

file
file[]
required

An array containing a single file.

files
file[]
deprecated

An array of files. Must not be provided at the same time as file.

fullImage
boolean | null
preferredFilename
string
Maximum string length: 1024
accessType
enum<string>
default:public

File access type. network type requires authentication to download.

Available options:
public,
network

Response

File Upload Result

status
string
data
object[]