About this endpoint
What it does
Restores and sharpens all faces in an uploaded image without changing the image resolution. The endpoint accepts a binary image file and returns a binary file as the response.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | binary | Yes | Image file, binary format. Maximum size: 20 MB. |
Response
Returns a binary file as the success response. The output schema is a single binary string, so the response body itself is the processed image data.