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

Restaging

Go back in time and readjust how a shot was taken — replace skies, black out TVs, light fireplaces, remove photographer reflections, and make grass greener.

Restaging lets you go back in time and change how a shot was taken — no reshoot required. Catch the property on a grey day, with a dead lawn, a TV left on, or your own reflection in a mirror? Restaging fixes it after the fact: replace the sky with a brighter one, make the grass green and lush, black out the TV, light the fireplace, or remove the photographer — so the photo looks the way it would have on a perfect shoot day.

Property Name: restage

Use the restage object to control these sub-properties:

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

Sky control moved into restage.sky in API version 2026-07-01, replacing the old top-level sky_replacement and cloud_type fields. See Sky Replacement for details and migration notes.

Full request example

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

Last updated

Was this helpful?