# Stability AI Creative Upscaling via Locus x402

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

Upscales a source image with AI-driven creative enhancement, guided by a text prompt and adjustable creativity level.

## Facts

- Endpoint: POST https://stability-ai.x402.paywithlocus.com/stability-ai/upscale-creative
- Price: $0.69/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-creative-upscaling-via-locus-x402-5ba0fcb6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_54bqHEKwKMN2xYjqJbDlU

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-creative-upscaling-via-locus-x402-5ba0fcb6 -d '<json body>'
```

Example prompt: Take this photo and creatively upscale it using Stability AI — use the prompt 'a vibrant sunlit forest clearing with rich foliage', set creativity to 0.6, and output as PNG.

## When to prefer this

Choose this endpoint when you need AI-driven creative upscaling that goes beyond simple interpolation — especially when you want to guide the enhancement with a text prompt or style preset. It is ideal for cases where the source image is low-resolution or lacks detail, and you want the model to intelligently invent plausible high-frequency details. Prefer it over standard upscalers when artistic reinterpretation or style-coherent enhancement matters. Best suited for single-image workflows with per-call micropayment via USDC.

## Known failure modes

- Missing or invalid source image causes a 400 error
- Prompt field absent or empty may result in degraded enhancement
- Creativity value outside 0–1 range may be rejected or clamped
- Unsupported output_format value returns a validation error
- Payment failure (insufficient USDC balance) results in a 402 response
- Timeout or server-side generation failure returns a non-success response with no image

## 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 success flag, a request ID and status URL for async retrieval of the upscaled image, and a payment record showing the USDC amount settled for the call. The actual upscaled image data is accessible via the status URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "seed": {
   "type": "number"
  },
  "image": {
   "type": "string"
  },
  "prompt": {
   "type": "string"
  },
  "creativity": {
   "type": "number"
  },
  "style_preset": {
   "type": "string"
  },
  "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-creative-upscaling-via-locus-x402-5ba0fcb6/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)
