Get Download Strategy (Deprecated — use GET on the canonical path)
Client
Get Download Strategy (Deprecated — use GET on the canonical path)
deprecated
Deprecated alias of
GET /api/storage/buckets/{bucketName}/download-strategy/objects/{objectKey}.
Retained at the original path/method for backward compatibility with
SDK releases that already shipped against this POST endpoint. Any
request body is ignored.
POST
Get Download Strategy (Deprecated — use GET on the canonical path)
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)
Available options:
presigned, direct Example:
"direct"
URL to download the file from
Example:
"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')
Example:
"2025-09-05T01:00:00Z"
Optional headers to include in the download request