post
https://sandbox-api.bxnk.com/api/v1/product-apis/storage/presigned-upload
Authentication
Requires product-api-token (sent via the configured auth header as a JWT bearer token) 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. Returned data (PresignedUrlResponseDto) includes:
urlkey
401: Unauthorized
500: Internal server error