Convert an image to a different format.
Type: Async
Usage
simplified image:convert --url <image-url> --format <format> [--wait]Options
| Flag | Type | Required | Description |
|---|---|---|---|
--url | string | ✅ | Public URL of the source image |
--format | string | ✅ | Target format: webp, png, jpg, gif |
--wait | boolean | Block until complete (timeout: 120s) |
Example
simplified image:convert --url "https://example.com/photo.png" --format webp --waitResponse (with --wait)
{ "url": "https://cdn.simplified.com/converted.webp" }