Instantly unblur and sharpen your image (*face) for enhanced clarity.
Enhances image clarity by applying advanced unblurring and sharpening algorithms to restore detail to photos affected by motion blur, focus issues, or low-quality capture.
- Supports common image formats
- Performs real-time processing
- Delivers a sharper, clearer image almost instantly
- Advanced pipeline for optimal results
Perfect for applications where clear, high-quality images are essential, such as e-commerce, document processing, and photography.
POST
/image/unblur
curl \
-X POST https://api.itsrose.rest/image/unblur \
-H "Content-Type: application/json" \
-d '{"init_image":"https://scdn.lovita.io/rose_ayank_david.jpg","pipeline":{"bokeh":"background_blur_low","color_enhance":"prism-blend","background_enhance":"shiba-strong-tensorrt","face_lifting":"pinko_bigger_dataset-style","face_enhance":"recommender_entire_dataset"}}'
Request examples
{
"init_image": "https://scdn.lovita.io/rose_ayank_david.jpg",
"pipeline": {
"bokeh": "background_blur_low",
"color_enhance": "prism-blend",
"background_enhance": "shiba-strong-tensorrt",
"face_lifting": "pinko_bigger_dataset-style",
"face_enhance": "recommender_entire_dataset"
}
}
Response examples (200)
{
"status": true,
"message": "success",
"result": {
"images": [
"string"
],
"pipeline": {},
"backend_processing_time": 0
}
}
Response examples (400)
{
"status": false,
"message": "string",
"result": {}
}
Response examples (401)
{
"status": false,
"message": "string",
"result": {}
}
Response examples (500)
{
"status": false,
"message": "string",
"result": {}
}