Create pre-signed S3 upload link

POST {{baseUrl}}/api/portals/:portalId/upload-link

Creates a signed link to securely upload data to s3 bucket directly from the client.

Request Body

{"fileName"=>"<string>", "fileSize"=>"<integer>", "fileHash"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;url&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;ETag&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}