v2

latestOpenAPI 3.1.02026-07-26262762.2 KB
Models

Remove blur from an image

Submits a deblur task. The input image is regenerated by a FLUX blur-removal model to sharpen it while preserving the original scene, objects, composition, and lighting. No prompt needed.

post/v1/flux-tools/deblur-v1

Request body

imagestring required

Base64-encoded input image or HTTP(S) image URL.

seedinteger nullable

Optional seed for reproducibility.

safety_toleranceinteger

Tolerance level for input and output moderation. Between 0 and 5, 0 being most strict, 5 being least strict.

output_format'jpeg' | 'png' | 'webp'
webhook_urlstring uri nullable

URL to receive webhook notifications

webhook_secretstring nullable

Optional secret for webhook signature verification

Example request

{
  "seed": 42,
  "safety_tolerance": 2
}

Response

Successful Response

OR