Remove Image Background
Verifiedtool:core/remove-image-background
Remove an image background and save the transparent result.
Price≤ $0.25/callMetered — captured at observed cost under this ceiling
Trust100 / 100Verified supply — trust 100 by policy
TypeToolv1.0.0 · First-party
ListedJul 24, 2026by core
Sample · $0
Try Remove Image Background
Direction
Editorial still life, soft window light, neutral backdrop.
Prepared exampleOutput
files:write
writes workspace artifacts
Requiredspend
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.
| Name | Type | Required | Description |
|---|---|---|---|
| image_base64 | string | No | JPEG, PNG, or WebP bytes; mutually exclusive with image_url |
| image_url | string | No | Public image URL; mutually exclusive with image_base64 |
| mime_type | string | No | Required for image_base64 image/jpeg · image/png · image/webp |
| size | string | No | Output size (default preview) preview · auto · full · 50MP |
| output_format | string | No | Output format (default png) png · jpg · webp |
| file_name | string | No | Optional 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.
{
"tool": "hire_store_tool",
"input": {
"listing_id": "tool:core/remove-image-background",
"args": {}
}
}curl -X POST https://build.dev.core.so/api/resolve \
-H 'content-type: application/json' \
-d '{"need": "remove image background"}'