---
title: Deblur Image API
slug: deblur-image
url: https://apyhub.com/dosvak/service/deblur-image
provider: Dosvak LLC
categories: [File Manipulation]
tags: [image-processing, deblurring, sharpening, image-transform, photo-enhancement]
auth: api_key
---

# Deblur Image API

Sharpen JPEG, PNG, or WebP images with adaptive unsharp mask processing. Tune strength and get a binary deblurred image back.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Sharpens a blurry image by applying an adaptive unsharp mask to the uploaded file. The… | 10 |

## About

## What it does
Image Deblurring sharpens blurry photos by applying adaptive unsharp mask processing to a single image file. Send a JPEG, PNG, or WebP image in the request body, and get back a binary image response with the blur reduced and edges restored.

Use the optional `strength` field to control how aggressively the image is sharpened. The default is `1.5` for moderate correction, and you can raise it up to `5` for stronger sharpening when the source image is especially soft or out of focus.

This is useful when you need to improve user-uploaded images before storage, display clearer product photos in an app, or clean up screenshots and scanned visuals that lost detail during capture or compression. Because the output is the processed image itself, it fits directly into image pipelines without extra parsing.

Image Deblurring is a straightforward file transformation tool: provide the source image, tune the sharpening level if needed, and receive a deblurred image back.

## Usage

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