Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The details of the file to upload.
The file's original name.
The file's size in bytes.
The file's mime type.
"text/csv"
The access level of the file. If private
, the file will not be publicly accessible. The default value depends on the configured File Module Provider.
public
, private
Response
OK
The result of the pre-signed URL upload request.
The file's pre-signed upload URL.
The file's filename.
The file's orignal name.
The file's mime type.
"text/csv"
The file's extension.
"csv"
The file's size in bytes.