About this endpoint
What it does
Sharpens a blurry image by applying an adaptive unsharp mask to the uploaded file. The endpoint takes an image file and an optional sharpening strength, and returns the processed image as binary data.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Image file (JPEG/PNG/WebP, max 20 MB). |
| strength | Number | No | Sharpening strength. Default: 1.5. Minimum: 0.1. Maximum: 5. |
Response
Returns a binary file containing the sharpened image. The output schema is a top-level binary string, so the success response is the processed image itself rather than a JSON object.