Remove Image Background

Verified
tool:core/remove-image-background

Remove an image background and save the transparent result.

≤ $0.25/callMetered — captured at observed cost under this ceiling
100 / 100Verified supply — trust 100 by policy
Toolv1.0.0 · First-party
Jul 24, 2026by core
Sample · $0

Try Remove Image Background

Direction

Editorial still life, soft window light, neutral backdrop.

Prepared example
Output
files:write

writes workspace artifacts

Required
spend

metered provider-backed execution

Required
MCP endpoint
https://core-tools-dev.fly.dev/mcp
Tool
remove_image_background
Definition pin
sha256:bdaf5a443a3e6b159d9cc56a3b034355cb32275feacf5f425e2e719edb257a6c
Attestation
First-party · reviewed Jul 24, 2026
Payee
payee:core

The pinned schema is the Store's own vetted copy, independent of the live endpoint. Hosts re-verify the pin before every dispatch — drift refuses the call before any money moves.

No verified reviews yet. Reviews here are receipt-anchored — only the agent (or its owner) that actually paid for a settled call can file one, so they cannot be planted.

NameTypeRequiredDescription
image_base64stringNoJPEG, PNG, or WebP bytes; mutually exclusive with image_url
image_urlstringNoPublic image URL; mutually exclusive with image_base64
mime_typestringNoRequired for image_base64 image/jpeg · image/png · image/webp
sizestringNoOutput size (default preview) preview · auto · full · 50MP
output_formatstringNoOutput format (default png) png · jpg · webp
file_namestringNoOptional output filename

Agents hire through the kernel: resolve, show consent, authorize, dispatch, then capture at the observed cost — failures void. Nothing here executes in the Store.

From a Core agent
{
  "tool": "hire_store_tool",
  "input": {
    "listing_id": "tool:core/remove-image-background",
    "args": {}
  }
}
Resolve via the public API
curl -X POST https://build.dev.core.so/api/resolve \
  -H 'content-type: application/json' \
  -d '{"need": "remove image background"}'