image:restore

Restore and enhance image quality — useful for old, blurry, or low-resolution photos.

Type: Async

Usage

simplified image:restore --url <image-url> [--wait]

Options

FlagTypeRequiredDescription
--urlstringPublic URL of the source image
--waitbooleanBlock until complete (timeout: 120s)

Example

simplified image:restore --url "https://example.com/old-photo.jpg" --wait

Response (with --wait)

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