Skip to main content
Server path: /image-processing | Type: Embedded | PCID required: No

Tools

ToolDescription
image-processing_ai_generateGenerate images from text prompts using AI. Creates high-quality images based on your description. Returns a URL to the generated image.
image-processing_nano_bananaPowerful AI image editing using Google Nano Banana. Edit images with text instructions, generate variations, or use images as references. Supports text-based editing like “make the sky blue”, “add a hat”, style transfers, and image-to-image generation.
image-processing_ai_background_removalRemove the background from an image. Can also replace the background with a solid color, blur, or another image. Returns a transparent PNG or processed image.

image-processing_ai_generate

Generate images from text prompts using AI. Creates high-quality images based on your description. Returns a URL to the generated image. Parameters:
ParameterTypeRequiredDefaultDescription
promptstringYesText description of the image to generate. Be specific and descriptive for best results.
output_formatstringNoOutput image format (default: png)

image-processing_nano_banana

Powerful AI image editing using Google Nano Banana. Edit images with text instructions, generate variations, or use images as references. Supports text-based editing like “make the sky blue”, “add a hat”, style transfers, and image-to-image generation. Parameters:
ParameterTypeRequiredDefaultDescription
promptstringYesText instruction describing how to edit the image. Examples: “make the background sunset”, “add sunglasses”, “change hair color to blonde”
image_urlsstring[]YesArray of image URLs to use as input/reference for editing
aspect_ratiostringNoOutput aspect ratio (default: match_input_image)
output_formatstringNoOutput image format (default: jpg)

image-processing_ai_background_removal

Remove the background from an image. Can also replace the background with a solid color, blur, or another image. Returns a transparent PNG or processed image. Parameters:
ParameterTypeRequiredDefaultDescription
image_urlstringYesURL of the image to process
background_typestringNoWhat to replace the background with: “rgba” (transparent), “white”, “green” (green screen), “blur” (blurred original). Default: rgba (transparent)
output_formatstringNoOutput format. Use png for transparency (default: png)
reversebooleanNoIf true, removes the foreground instead of background (default: false)