image:generative-fill

Use AI to fill or replace parts of an image based on a text prompt. Great for background replacement or object insertion.

Type: Async

Usage

simplified image:generative-fill --url <image-url> --prompt <text> [--wait]

Options

FlagTypeRequiredDescription
--urlstringPublic URL of the source image
--promptstringDescription of what to fill/generate
--waitbooleanBlock until complete (timeout: 120s)

Example

simplified image:generative-fill \
  --url "https://example.com/photo.jpg" \
  --prompt "replace background with a sunset beach" \
  --wait

Response (with --wait)

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