post
https://sandbox-api.bxnk.com/api/v1/product-apis/storage/presigned-upload
Get a presigned URL for uploading a file to S3.
Authentication
Requires X-Access-Key and X-Secret-Key headers.
Request body
JSON payload matching PresignedUploadDto.
Required fields:
prefix(string): S3 object key prefix (folder path)fileName(string): file namecontentType(string): MIME type
Response
201: Presigned upload URL generated successfully. Returneddata(PresignedUrlResponseDto) includes:urlkey
401: Unauthorized500: Internal server error