ToolAssay

Upscales images 2x or 4x with AI super-resolution, best for photos and illustrat

Upscales images 2x or 4x with AI super-resolution, best for photos and illustrations. Venice image/upscale backend (venice-sd35), re-hosted for a permanent URL. Use it as an AI image upscaler or image enlarger.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
18 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://x402.agentutility.ai/upscale-image

CategoryImage and media
Provider hostx402.agentutility.ai
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 18 ms

Example input (from the provider)

{
  "body": {
    "image_url": "https://picsum.photos/id/237/640/640.jpg",
    "scale": 2
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "image_url": {
              "description": "Public http(s) URL of the source image.",
              "type": "string"
            },
            "model": {
              "description": "Override the upscaler model. Default 'venice-sd35'.",
              "type": "string"
            },
            "scale": {
              "description": "Upscale factor. Default 2.",
              "enum": [
                2,
                4
              ],
              "type": "number"
            }
          },
          "required": [
            "image_url"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "image_url": {
              "type": "string"
            },
            "model": {
              "type": "string"
            },
            "scale": {
              "type": "integer"
            },
            "source": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON