Skip to main content
POST
Upload video file.

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string
required

Body

multipart/form-data
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.

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 Video Upload Result

fileId
string

Root file key on cloud storage.

fileUrl
string

url to download the file

type
enum<string>

File type.

Available options:
image,
file,
video
Example:

"video"

accessType
enum<string>
default:public

File access type. network type requires authentication to download.

Available options:
public,
network
altText
string

Alternative text for the file.

createdAt
string<date-time>

The date/time when a file is uploaded.

updatedAt
string<date-time>

The date/time when a file is updated.

attributes
object