get
https://sandbox-api.bxnk.com/api/v1/product-apis/storage/presigned-download/
Authentication
Requires product-api-token (sent via the configured auth header as a JWT bearer token) headers.
Path parameters
key(string): the S3 object key to download
Response
200: Presigned download URL generated successfully. Returned data (PresignedUrlResponseDto) includes:
urlkey
401: Unauthorized
500: Internal server error