> For the complete documentation index, see [llms.txt](https://support.aperty.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.aperty.ai/how-to-use-aperty/four-key-tools-categories/creative-tools/high-key.md).

# High Key

<figure><img src="/files/F7FTvCPNYGFONlAJrY58" alt=""><figcaption></figcaption></figure>

The **High Key** tool in Aperty is designed to brighten your portrait, creating a light, airy effect by reducing contrast and deep shadows. It’s ideal for creating soft, elegant looks often used in fashion or beauty photography, where the focus is on brightness and minimal shadows.

* **Amount**: Controls the intensity of the high key effect. Increasing the slider brightens the image and reduces shadows while lowering it retains more of the original contrast and darker tones.
* **Standard High Key**: Applies a traditional high key effect with balanced brightness and reduced shadows, perfect for maintaining a soft and flattering portrait.
* **Dynamic High Key**: Adds a more dramatic high key effect with a stronger emphasis on brightness and reduced contrast, giving the image a highly stylized, bright look.
* **Blacks**: Adjusts the intensity of the black tones in the image. Increasing this slider darkens the shadows slightly, restoring some contrast while lowering it, which makes the blacks even lighter, further reducing contrast.

**Advanced Settings Section**

* **Glow**: Adds a soft, radiant glow to the brighter areas of the image, enhancing the high key effect. Higher values create a more ethereal, glowing look, while lower values maintain a more subtle effect.
* **Contrast**: Controls the overall contrast of the image. Increasing contrast brings back some depth by enhancing the difference between light and dark areas, while lowering it further softens the image for an even brighter and flatter look.
* **Saturation**: Adjusts the intensity of the colors in the image. Higher saturation makes the colors more vivid, contrasting with the bright, soft tones of the high key effect, while lower saturation desaturates the image for a more monochromatic, pastel look.

{% hint style="info" %}
For a soft and elegant portrait, use a moderate Amount with Standard High Key and a touch of Glow to enhance the brightness. Keep Contrast low for a classic high key effect, and adjust Saturation to ensure the colors complement the bright and airy mood of the image
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.aperty.ai/how-to-use-aperty/four-key-tools-categories/creative-tools/high-key.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
