Replace a specific object or area in an image using a text prompt.
Type: Async
Usage
simplified image:replace --url <image-url> --prompt <text> [--wait]Options
| Flag | Type | Required | Description |
|---|---|---|---|
--url | string | ✅ | Public URL of the source image |
--prompt | string | ✅ | Describe what to replace and with what |
--wait | boolean | Block until complete (timeout: 120s) |
Example
simplified image:replace \
--url "https://example.com/photo.jpg" \
--prompt "replace the red car with a blue bicycle" \
--waitResponse (with --wait)
{ "url": "https://cdn.simplified.com/replaced.png" }