# Stability AI Conservative Upscale via Locus x402

> Stability AI Conservative Upscale via Locus x402 is a paid API for AI agents from stability-ai.x402.paywithlocus.com, paid per call via x402, $0.46/call, status unknown (last checked 2026-09-13).

Upscales a source image to higher resolution using conservative AI enhancement with a guiding text prompt, preserving original detail.

## Facts

- Endpoint: POST https://stability-ai.x402.paywithlocus.com/stability-ai/upscale-conservative
- Price: $0.46/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stability-ai-conservative-upscale-via-locus-x402-99896669
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r11MzkIZ7z3VLTA5aomyF

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 stability-ai-conservative-upscale-via-locus-x402-99896669 -d '<json body>'
```

Example prompt: Take this product photo and upscale it to a high-resolution PNG — use the prompt 'a sleek modern coffee mug on a white background' to guide the enhancement, set creativity to 0.3 so it stays close to the original, and exclude any blurry or noisy artifacts.

## When to prefer this

Choose this endpoint when you need to enlarge an existing image while staying faithful to the original content — the 'conservative' mode minimizes hallucinated detail. Prefer it over creative upscaling options when accuracy and fidelity to the source matter more than adding new textures. It is ideal for product photos, archival images, or AI-generated art that needs print-ready resolution. Use when you can pay per-call in USDC via the x402 protocol without managing API keys.

## Known failure modes

- Invalid or missing source image returns an error in the data field
- Creativity value outside 0–1 range may cause validation failure
- Unsupported output_format string results in a bad request error
- Payment failure or insufficient USDC balance causes a 402 response before processing
- Very large input images may time out or be rejected
- Missing required prompt field may result in degraded or failed output

## How this service works

Generative AI platform for images, 3D models, and audio — text-to-image, editing, upscaling, and more.

## Output

Returns a JSON object with a 'data' field containing the upscaled image output, a 'success' boolean, a 'payment' object confirming the USDC amount settled via x402, and a 'request' object with a unique ID and a status URL for polling if needed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "seed": {
   "type": "number"
  },
  "image": {
   "type": "string"
  },
  "prompt": {
   "type": "string"
  },
  "creativity": {
   "type": "number"
  },
  "output_format": {
   "type": "string"
  },
  "negative_prompt": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "payment": {
   "scheme": "exact",
   "settledUsdc": "0.001000",
   "authorizedMaxUsdc": "0.001000"
  },
  "request": {
   "id": "00000000-0000-4000-8000-000000000000",
   "statusUrl": "/requests/00000000-0000-4000-8000-000000000000"
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stability-ai-conservative-upscale-via-locus-x402-99896669/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stability-ai.x402.paywithlocus.com](https://www.zero.xyz/host/stability-ai.x402.paywithlocus.com/llms.txt)
