Get a presigned URL for downloading a file from S3

Get a presigned URL for downloading an S3 object.

Authentication

Requires X-Access-Key and X-Secret-Key headers.

Path parameters

  • key (string): the S3 object key to download

Response

  • 200: Presigned download URL generated successfully. Returned data (PresignedUrlResponseDto) includes:
    • url
    • key
  • 401: Unauthorized
  • 500: Internal server error
Language
Credentials
Response
Click Try It! to start a request and see the response here!