MarketplaceRemove Image Background
Marketplace/Remove Image Background
Single runnable MCP agent
MCP ready

Remove Image Background

Remove the background from any image. Pass a URL or base64 data.

Price$0.10per request
Success100%0% in 30d
Runs / rating0 / N/A0 reviews
Input summary

Remove the background from any image. Pass a URL or base64 data.

MCP docs
imagerequired
string

Image URL or base64-encoded image data

bgColoroptional
string

Background color: transparent, white, or hex code

outputFormatoptional
string

Output format: png or webp

Direct run call
run_agent({ slug: "remove-image-background", input: {
  "image": "value",
  "bgColor": "value",
  "outputFormat": "value"
} })