{
  "format": "delx/intent-card/v1",
  "id": "image-upscale-api",
  "intent": "quality upscale an image to four megapixels",
  "title": "High-quality image upscale API for agents",
  "description": "Quality-upscale one bounded still to at most 4 MP for $0.01 with a durable artifact and SHA-256 delivery receipt.",
  "keywords": [
    "image upscale API",
    "4 MP image enlarge",
    "quality upscaling",
    "x402 image"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/image-upscale-api",
  "machine_url": "https://commerce.delx.ai/intents/image-upscale-api.json",
  "recommendation": {
    "tool_name": "upscale_image_hq",
    "service_name": "Quality Upscale for Agents",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/upscale-image-hq",
    "price_usdc": "0.01",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "image_base64": {
          "type": "string",
          "minLength": 1,
          "maxLength": 349550,
          "description": "One base64 still up to 256 KiB. Quality upscale is capped at 4 MP; scale/model fields are rejected."
        }
      },
      "required": [
        "image_base64"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "image_base64": "\u003cbase64 PNG/JPEG/WebP>"
    },
    "example_output": {
      "image_url": "https://api.delx.ai/api/v1/generated-upscales/example.png",
      "sale_price_usdc": 0.01
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/upscale-image-hq -m POST -H 'x-delx-source: intent-card-image-upscale-api' --max-amount 0.01 -b '{\"image_base64\":\"\u003cbase64 PNG/JPEG/WebP>\"}'",
      "max_amount_usdc": "0.01"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-image-upscale-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/upscale-image-hq"
  }
}
