Storyblok · Capability
Storyblok Image Service — Image Transformation
Storyblok Image Service — Image Transformation. 4 operations. Lead operation: Retrieve original image with transformation routing enabled. Self-contained Naftiko capability covering one Storyblok business surface.
What You Can Do
GET
Getoriginalimage
— Retrieve original image with transformation routing enabled
/v1/{asset-path}/m
GET
Fitinimage
— Fit image within specified dimensions without cropping
/v1/{asset-path}/m/fit-in/{width-x-height}
GET
Resizeimage
— Resize an image to specified dimensions
/v1/{asset-path}/m/{width-x-height}
GET
Transformimagewithfilters
— Transform image with resize and filter chain
/v1/{asset-path}/m/{width-x-height}/filters-filter-chain
MCP Tools
retrieve-original-image-transformation-routing
Retrieve original image with transformation routing enabled
read-only
idempotent
fit-image-within-specified-dimensions
Fit image within specified dimensions without cropping
read-only
idempotent
resize-image-specified-dimensions
Resize an image to specified dimensions
read-only
idempotent
transform-image-resize-and-filter
Transform image with resize and filter chain
read-only
idempotent