Skip to main content

GeneratePresignedUploadRequest

actionstringrequired

Action type. Must be "POST" for file upload.

Possible values: [POST]

Example: POST
fieldNamestringrequired

(used to generate S3 key path).

Example:
fileTypestringrequired

MIME type of the file being uploaded.

Example: image/jpeg
organisationstring

Organisation slug (usually injected from path parameter, but can also be set manually).

Example: mlf
GeneratePresignedUploadRequest
{
"action": "POST",
"fieldName": " ",
"fileType": "image/jpeg",
"organisation": "mlf"
}