Skip to main content

GeneratePresignedDownloadRequest

actionstringrequired

Action type. Must be "GET" for file download.

Possible values: [GET]

Example: GET
fileKeystringrequired

S3 key for the file to download.

Example:
organisationstring

Organisation slug (optional, not directly used by the GET logic).

Example: mlf
GeneratePresignedDownloadRequest
{
"action": "GET",
"fileKey": " ",
"organisation": "mlf"
}