image:outpaint

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

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

Example

simplified image:outpaint \
  --url "https://example.com/photo.jpg" \
  --prompt "extend with a mountain landscape" \
  --wait

Response (with --wait)

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