# cc0.company mferGPT Mferfy — Image-to-Mfer Style Transfer

> cc0.company mferGPT Mferfy — Image-to-Mfer Style Transfer is a paid API for AI agents from cc0.company, paid per call via x402, $0.055/call, status unknown (last checked 2026-09-15).

Transforms any input image into the mfer NFT house style via mferGPT, returning a stylized image URL.

## Facts

- Endpoint: POST https://cc0.company/api/store/agent-services/mfergpt-mferfy/invoke
- Price: $0.055/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cc0-company-mfergpt-mferfy-image-to-mfer-style-transfer-e7e2b7f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EeFV_FwPy0zdDnqGwZ3jn

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 cc0-company-mfergpt-mferfy-image-to-mfer-style-transfer-e7e2b7f8 -d '<json body>'
```

Example prompt: Can you mferify this image for me — take the photo at https://example.com/myface.jpg and turn it into a mfer in the mferGPT house style?

## When to prefer this

Choose this endpoint when a user explicitly wants to convert or stylize an existing image into the mfer NFT art style, leveraging mferGPT's fine-tuned model. Prefer over generic image stylization APIs when the target aesthetic is specifically the mfer/cc0 house style. Use when paying per-call via USDC over x402 is acceptable and the user has a source image URL ready.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Image too large or unsupported format rejected
- x402 payment failure if USDC balance insufficient
- Downstream mferGPT service unavailability causes 502 or timeout
- Non-image prompt input may produce poor stylization or error

## How this service works

cc0.company — x402 agent-services marketplace on Base (USDC). This endpoint: mfergpt · Mferfy, Turn any image into a mfer in the mferGPT house style. Pass an image URL as the prompt. Re-brokered over x402. Third-party — cc0.company re-brokers the x402 call and adds a $0.005 platform fee.

## Output

Returns a mfer-stylized image (likely a URL or base64-encoded image) depicting the input subject rerendered in the mferGPT house style — characterized by the cc0 mfer aesthetic with signature visual traits of the mfer NFT collection.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "prompt": {
   "type": "string",
   "description": "Forwarded to mfergpt for mfergpt-mferfy. Turn any image into a mfer in the mferGPT house style. Pass an image URL as the prompt. Re-brokered over x402."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cc0-company-mfergpt-mferfy-image-to-mfer-style-transfer-e7e2b7f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cc0.company](https://www.zero.xyz/host/cc0.company/llms.txt)
