# GGWP API Hub - Background Removal

> GGWP API Hub - Background Removal is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.180978/call, status unknown (last checked 2026-09-15).

Removes the background from an image, returning a version with the subject isolated against a transparent or clean background.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/background-removal4
- Price: $0.180978/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-background-removal-a9bdbb03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IGF4Jnds6w3XrM4mPbv_N

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 ggwp-api-hub-background-removal-a9bdbb03 -d '<json body>'
```

Example prompt: Can you remove the background from this product photo so I'm left with just the item on a transparent background?

## When to prefer this

Choose this endpoint when you need a pay-per-call background removal service without a subscription, billed via USDC on Base chain using the x402 protocol. It is part of an all-in-one API hub, making it convenient if you are already using GGWP for other services like social media, finance, or crypto APIs.

## Known failure modes

- Image URL inaccessible or malformed — returns an error or empty result
- Image format not supported — may fail silently or return an error
- Poor subject-background contrast — subject may be partially removed or artifacts introduced
- Network timeout for large images — may return a timeout error
- Payment not processed correctly via x402 — returns 402 Payment Required

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a processed image with the background removed, typically as a transparent PNG or a base64-encoded image with the subject isolated from its original background.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-background-removal-a9bdbb03/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
