About this endpoint
What it does
Smooths skin-toned regions in an uploaded portrait image while preserving edges. The request sends the source image file and an optional strength value, and the response returns a binary file.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| strength | Number | No | Controls the smoothing intensity.<br>Minimum: 0<br>Maximum: 1<br>Default: 0.34 |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Portrait image file in binary format.<br>Maximum size: 20 MB |
Response
Returns a binary file as the success response.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| value | String | Yes | Binary file content returned by the endpoint. |