action neutrinoapi_image_resize { label: "Image Resize" description: "Resize an image and output as either JPEG or PNG" provider: neutrinoapi method: POST path: "/image-resize" encoding: form output: { type: "string" format: "binary" } }