Get Download Strategy (Direct or Presigned URL)
Returns download strategy based on storage backend and bucket visibility.
- S3 with public bucket: Direct URLs (no presigning, better performance)
- S3 with private bucket: Presigned URLs with expiration
- Local storage: Always direct endpoints
Expiry (when presigned) is auto-calculated server-side from bucket visibility; no request body is accepted.
Object keys may contain / (pseudo-folders); the path is matched
with a wildcard, so callers should NOT percent-encode / inside
objectKey.
Documentation Index
Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Response
Download strategy details
Download method:
direct: Direct URL access (S3 public buckets or local storage)presigned: Secure URL with signature and expiration (S3 private buckets)
presigned, direct "direct"
URL to download the file from
"https://s3-bucket.s3.us-east-2.amazonaws.com/app-key/public-assets/logo.png"
Expiration time for presigned URLs (only present when method is 'presigned')
"2025-09-05T01:00:00Z"
Optional headers to include in the download request