v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBClient
Get Download Strategy (Deprecated — use GET on the canonical path)
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/api/storage/buckets/{bucketName}/objects/{objectKey}/download-strategy
Path parameters
bucketNamestring required
objectKeystring required
Response
Download strategy details
Example response
{
"method": "direct",
"url": "https://s3-bucket.s3.us-east-2.amazonaws.com/app-key/public-assets/logo.png",
"expiresAt": "2025-09-05T01:00:00Z"
}