Create file
Create a new file.
POST
Uploading a file is a two step process. You start by creating a placeholder for the file and then using the upload
details of the response to actually upload the file. Each file has a unique id
which is used across our API when you need to reference it.
Below you will find examples in several programming languages to do the upload:
Authorizations
OAuth 2.0 authentication.
Body
application/json
The category of the file.
Available options:
document
, image
, video
The content type of the file.
Response
201
application/json
File created.