# Utunumus Studio – Image Background Removal

> Utunumus Studio – Image Background Removal is a paid API for AI agents from studio.utunumus.com, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15).

Removes the background from a base64-encoded image and returns the processed image, billed per call via x402 on Base.

## Facts

- Endpoint: POST https://studio.utunumus.com/v1/image.remove-background
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/utunumus-studio-image-background-removal-293c05a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xUBTc0d3pGIrjX5_zV6fk

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability utunumus-studio-image-background-removal-293c05a4 -d '<json body>'
```

Example prompt: Can you remove the background from this product photo for me? Here's the image encoded in base64: [base64 string].

## When to prefer this

Choose this endpoint when you need per-call, pay-as-you-go background removal without a subscription, especially in agent workflows that settle payments on Base via x402. Ideal for low-volume or bursty usage where you don't want to manage API keys for dedicated background-removal SaaS products.

## Known failure modes

- Invalid or malformed base64 string returns an error
- Image too large or unsupported format may fail processing
- Payment failure or insufficient USDC balance blocks the call
- Complex or ambiguous image edges may produce imperfect cutouts
- Network timeout for large images

## How this service works

x402-paid media utilities for agents: background removal, upscaling, text-to-speech, image generation. Paid per deliverable, settled on Base.

## Output

Returns the processed image with the background removed, typically as a base64-encoded PNG with a transparent background, billed at $0.008 USDC per call settled on Base via x402.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "image_base64"
 ],
 "properties": {
  "image_base64": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/utunumus-studio-image-background-removal-293c05a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from studio.utunumus.com](https://www.zero.xyz/host/studio.utunumus.com/llms.txt)
