Create file upload url

POST

Create file upload URL for action execution.

Path parameters

fileTypeanyRequired

Headers

x-org-api-keystringRequired

Request

This endpoint expects an object.
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

Built with