# Utunumus Studio Image Upscaler

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

Upscales a base64-encoded image to a higher resolution, billed per call via x402 on Base.

## Facts

- Endpoint: POST https://studio.utunumus.com/v1/image.upscale
- Price: $0.022/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-upscaler-d4d434bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GFAZJwbxL8NUSnPMma1mW

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-upscaler-d4d434bd -d '<json body>'
```

Example prompt: Can you upscale this image I just sent you? It's low resolution and I need a crisp, high-res version — run it through the Utunumus Studio upscaler.

## When to prefer this

Choose this endpoint when you need pay-per-call image upscaling without a subscription, especially in agentic pipelines where you want micro-payments settled on Base via x402. Ideal when you need to upscale individual images on demand without committing to a SaaS plan.

## Known failure modes

- Invalid or malformed base64 string returns a 400 error
- Image too large or unsupported format may be rejected
- Payment failure or insufficient USDC balance causes 402 response blocking the request
- Network timeout if image payload is very large
- Corrupted input image yields processing error

## 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

A higher-resolution version of the input image, returned as binary image data or base64, with enhanced detail and sharpness compared to the original low-resolution input.

## 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-upscaler-d4d434bd/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)
