About this endpoint
What it does
Restores and enhances detected face regions in an uploaded image. The endpoint accepts an image file and returns a binary output.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| strength | Number | No | Enhancement strength from 0 to 1. Default: 0.65. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Image file uploaded as binary. Maximum size: 20 MB. |
Response
Returns a binary file as the success response. The output schema is a top-level binary string, so there is no JSON wrapper or named JSON fields in the response.