> For the complete documentation index, see [llms.txt](https://docs.saas.haut.ai/haut.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saas.haut.ai/haut.ai/haut.ai-features/algorithms/skin-atlas.md).

# Skin Atlas

What Skin Atlas does, how it fits into a workflow alongside LIQA and Face Skin Analysis 3.0, and when to reach for it.

{% hint style="warning" %}
Skin Atlas is offered as a premium feature.

Please contact your account manager to learn more about the pricing and activate this feature.
{% endhint %}

## Overview

**Skin Atlas** is an innovative, patented technology by Haut.AI that enables the anonymization of facial images while retaining only the essential skin attributes for accurate analysis. Designed to deliver privacy-first, AI-driven skin diagnostics, it removes all personally-identifiable features—such as eyes, mouth, hair, and background—using generative AI to reconstruct non-skin regions with photorealistic skin textures.

Skin Atlas is also covered on the [Face Analysis 3.0](https://haut.ai/product/face-skin-analysis?utm_source=referral\&utm_medium=saas_docs\&utm_campaign=Docs_SaaS_HautAI) product page on haut.ai.

## What Skin Atlas Does

* **Facial Keypoint Detection & Image Standardization**\
  Skin Atlas begins by detecting facial landmarks to align and standardize the input image for consistent downstream processing.
* **Segmentation of Skin vs. Non‑Skin Regions**\
  The system differentiates skin pixels from non-skin elements—like hair, eyes, and background—ensuring that only relevant skin textures are preserved for analysis.
* **Generative Reconstruction with Photorealistic Skin Patterns**\
  Skin Atlas then generates photo-realistic skin patterns to fill the non-skin areas, creating a fully anonymized image. This process eliminates irrelevant data, such as hair and background details, ensuring that only pertinent skin information is analyzed.
* **Enhanced Privacy & Processing Efficiency**\
  Transforming complete facial images into “Skin Atlas” format boosts both privacy standards and processing speed for high-volume, secure facial image analysis workflows.

## Workflow Integration with LIQA and Face Skin Analysis 3.0

1. **Image Capture with LIQA**\
   High-quality image acquisition is handled via [LIQA](https://docs.liqa.haut.ai/) (“Live Image Quality Assurance”)—Haut.AI’s smart camera module. LIQA provides real-time guidance (e.g., framing, lighting) so that the captured image meets diagnostic standards. Read more about using anonymized images pipeline: [Access anonymized image processing pipeline](https://docs.liqa.haut.ai/getting-started/advanced-usage.html#access-anonymized-image-processing-pipeline).
2. **Anonymization with Skin Atlas**\
   The LIQA-captured image is then fed to the Skin Atlas pipeline:
   * Facial landmarks are localized and the image is standardized.
   * Skin areas are segmented, and non-skin pixels are overwritten with synthetic skin texture.
   * The output is a fully anonymized yet analytically rich skin map.
3. **Compliance with** [Face Skin Analysis 3.0](/haut.ai/haut.ai-features/algorithms/face-skin-analysis-3-0.md)\
   Skin Atlas outputs are compatible with [Face Skin Analysis 3.0](/haut.ai/haut.ai-features/algorithms/face-skin-analysis-3-0.md), Haut.AI’s latest facial analysis suite—meaning the anonymized images can be directly used for biomarker extraction, diagnostic scoring, or skincare recommendation engines without requiring additional approvals or format conversions.

For product use cases, trade-offs, and implementation steps, see [E2E Anonymization Pipeline](/haut.ai/quick-start-guides/build-custom-app-powered-by-haut.ai/e2e-anonymization-pipeline.md).

## When to Use Skin Atlas

| Use Case                                   | Benefit                                                                                          |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| **E-commerce personalization**             | Customers can upload selfies for tailored skincare recommendations without compromising privacy. |
| **Clinical trials & research departments** | Participants' identities are protected while enabling precise, unbiased skin diagnostics.        |

***

{% hint style="warning" %}
Not a Haut.AI client yet?
{% endhint %}

<a href="https://haut.ai/book-a-demo?utm_source=referral&#x26;utm_medium=saas_docs&#x26;utm_campaign=Docs_SaaS_HautAI" class="button primary" data-icon="user-vneck">Book a demo</a> <a href="https://haut.ai/product/ai-skin-analysis?utm_source=referral&#x26;utm_medium=saas_docs&#x26;utm_campaign=Docs_SaaS_HautAI" class="button secondary" data-icon="external-link">Platform overview on haut.ai</a>


---

# 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://docs.saas.haut.ai/haut.ai/haut.ai-features/algorithms/skin-atlas.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.
