Upscale an image by 2x or 4x using AI super-resolution.
Type: Async
Usage
simplified image:upscale --url <image-url> --scale <factor> [--wait]Options
| Flag | Type | Required | Description |
|---|---|---|---|
--url | string | ✅ | Public URL of the source image |
--scale | number | ✅ | Scale factor: 2 or 4 |
--wait | boolean | Block until complete (timeout: 120s) |
Example
# Upscale 4x and wait for result
simplified image:upscale --url "https://example.com/photo.jpg" --scale 4 --waitResponse (with --wait)
{ "url": "https://cdn.simplified.com/upscaled.png" }