ZekronAI
All models

Zekron Upscale

Tools
zekron/upscale

Detail-preserving upscaling and restoration. Increase resolution up to 4× while reducing noise and artifacts.

$0.010

per image

Quick start

curl -X POST https://api.zekron.tech/api/v1/task \
  -H "Authorization: Bearer zk_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"zekron/upscale","input":{"prompt":"hello world"}}'

Example response

{
  "success": true,
  "data": {
    "task_id": "zk_task_abc123",
    "provider": "zekronai",
    "model": "zekron/upscale",
    "status": "completed",
    "output": [
      "https://cdn.zekron.tech/out/img_abc123.png"
    ],
    "cost": 0.01,
    "currency": "USD",
    "created_at": "2026-06-10T12:00:00Z"
  }
}