image:upscale

Upscale an image by 2x or 4x using AI super-resolution.

Type: Async

Usage

simplified image:upscale --url <image-url> --scale <factor> [--wait]

Options

FlagTypeRequiredDescription
--urlstringPublic URL of the source image
--scalenumberScale factor: 2 or 4
--waitbooleanBlock until complete (timeout: 120s)

Example

# Upscale 4x and wait for result
simplified image:upscale --url "https://example.com/photo.jpg" --scale 4 --wait

Response (with --wait)

{ "url": "https://cdn.simplified.com/upscaled.png" }