Create file upload url

Create file upload URL for action execution.

Path parameters

fileTypestringRequired

Headers

x-api-keystringRequired

Request

FileInfoDTO
appstringRequired
Name of the app where this file belongs to.
actionstringRequired
Name of the action where this file belongs to.
filenamestringRequired
Name of the original file.
mimetypestringRequired
Mime type of the original file.
md5stringRequired
MD5 of a file.

Response

idstring
ID of the file
urlstring
Onetime upload URL
keystring
S3 upload location
existsstring
If the file already exists on S3