Restaging

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

Parent Property Name: restage

Sub-properties: tvs, fire_in_fireplaces, and photographer


TVs

Controls the appearance of television screens in the photo.

Accepted Values: string | null

Values:

  • AS_SHOT: Leaves the TV screen exactly as captured in the raw photo.

  • BLACK_OUT: In-paints the screen to appear completely black/off.

Default: AS_SHOT

Example:

{
  "restage": {
    "tvs": "BLACK_OUT"
  }
}

Fire In Fireplaces

Controls the appearance of fireplaces.

Accepted Values: string | null

Values:

  • AS_SHOT: Leaves the fireplace exactly as captured (e.g., unlit).

  • ALIGHT: In-paints fire into the fireplace to make it appear active.

Default: AS_SHOT

Example:


Photographer

Controls removal of photographer reflections and shadows, including tripods and cameras.

Accepted Values: string | null

Values:

  • AS_SHOT: Leaves photographer reflections exactly as captured.

  • REMOVE: Removes the photographer including their shadow, reflection, hands, and camera equipment.

Default: AS_SHOT

Example:


Full Request Example

Sample images

Last updated

Was this helpful?