Resize image
documentedResize the image to specified dimensions.
GET /images/{space_id}/{asset_id}/{file_path}?w={width}&h={height}Resizing & croppingno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://images.ctfassets.net/{{$space_id}}/{{$asset_id}}/{{$file_path}}?w={{$width}}&h={{$height}}" \
-X GET \
-H "Accept: image/*"