Extend the canvas of an image using AI — generates new content around the existing image.
Type: Async
Usage
simplified image:outpaint --url <image-url> [options]Options
| Flag | Type | Required | Description |
|---|---|---|---|
--url | string | ✅ | Public URL of the source image |
--prompt | string | Guide the outpainting generation | |
--wait | boolean | Block until complete (timeout: 120s) |
Example
simplified image:outpaint \
--url "https://example.com/photo.jpg" \
--prompt "extend with a mountain landscape" \
--waitResponse (with --wait)
{ "url": "https://cdn.simplified.com/outpainted.png" }