Goal
Generate optimized image URLs without exposing arbitrary transformation generation to the public internet.Prerequisites
- An uploaded image asset
- A named transformation or a server route that can create signed transform URLs
Workflow
Supported transforms
- Resize with width and height.
- Crop modes c_fit and c_fill.
- Format output with f_auto, webp, avif, jpeg, and png.
- Quality output with q_auto or explicit quality.
- Thumbnail-style presets for square or bounded previews.
Named preset
Signed dynamic transform
Expected result
Repeated image requests reuse cached derived assets and the CDN receives stable, optimized URLs.
Related guides
StackShift Assets overview
StackShift Assets is now a live media platform: storage, CDN delivery, image optimization, upload sessions, DAM, video, scanning, governance, AI metadata, and version history.
Assets SDK quick start
Install a StackShift SDK and upload files from Node/TypeScript, NestJS, Python, or Go.