Restore and enhance image quality — useful for old, blurry, or low-resolution photos.
Type: Async
Usage
simplified image:restore --url <image-url> [--wait]Options
| Flag | Type | Required | Description |
|---|---|---|---|
--url | string | ✅ | Public URL of the source image |
--wait | boolean | Block until complete (timeout: 120s) |
Example
simplified image:restore --url "https://example.com/old-photo.jpg" --waitResponse (with --wait)
{ "url": "https://cdn.simplified.com/restored.png" }