---
title: Skin Smoothing API
slug: skin-beauty
url: https://apyhub.com/dosvak/service/skin-beauty
provider: Dosvak LLC
tags: [skin-retouch, portrait-editing, image-enhancement, photo-retouching, face-smoothing]
auth: api_key
---

# Skin Smoothing API

Smooth skin-toned regions in a portrait while preserving edges. Send a binary image and get a processed image back, with adjustable strength.

## Endpoints

| Method | URL | Description | Atoms |
| --- | --- | --- | --- |
| POST | `https://api.eu.apyhub.com/dosvak/skin-beauty` | What it does Smooths skin-toned regions in an uploaded portrait image while preserving edges. The r… | 100 |

## Examples

### Smooth skin-toned regions while preserving edges

#### Quickstart

Upload a portrait image to process the skin/beauty endpoint. Replace the file path with an image on your machine.

```bash
curl -X POST "https://api.eu.apyhub.com/dosvak/skin-beauty" \
  -H "apy-token: $APY_TOKEN" \
  -F "file=@/path/to/portrait.jpg"
```

#### What you'll get back

Returns a binary file (`string` with `format: binary`) as the response body.

```binary
<processed image bytes>
```

## About

## What it does
Skin Retouch smooths skin-toned regions in a portrait image while preserving edges and facial detail. Send a binary image file and get back a processed image file, with control over how strong the smoothing effect should be.

Use the `file` input to submit the portrait image, and optionally set `strength` from 0 to 1 to tune the amount of retouching. Lower values keep more original texture; higher values apply stronger smoothing. The output is a binary image, so it fits directly into image pipelines that store, forward, or serve edited files.

Use Skin Retouch when you need consistent portrait cleanup for profile photos, marketplace listings, creator tools, or automated photo workflows. It is designed for targeted skin smoothing rather than full-image filtering, so edges and non-skin areas are preserved as the image is processed.

## Usage

Base URL: `https://api.eu.apyhub.com` (default region — see
`GET https://apyhub.com/api/public/regions` for the rest).

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/skin-beauty
