For the complete documentation index, see llms.txt. This page is also available as Markdown.

Restaging

Black out TVs, put fire in fireplaces, remove photographer reflections and shadows, and make grass greener.

Restaging lets you adjust specific parts of an image without changing the rest.

Property Name: restage

Use the restage object to control these sub-properties:

Open each child page for accepted values, examples, and sample images.

Full request example

{
  "restage": {
    "tvs": "BLACK_OUT",
    "fire_in_fireplaces": "ALIGHT",
    "photographer": "REMOVE",
    "grass": "GREEN"
  }
}

Last updated

Was this helpful?