---
title: "Image Dehaze"
method: POST
path: "/api/image/enhance/image-defogging"
tags: ["AI IMAGE > Image Enhancement"]
---

# Image Dehaze

`POST /api/image/enhance/image-defogging`

Image Dehaze API removes haze and fog from photos to restore clarity, contrast, and cleaner image details.

## Response `200`

Success

- object
  - `request_id` string, required — Request ID for debugging.
  - `log_id` string, required — Log ID for debugging.
  - `error_detail` ErrorDetail, required
    - `code` string, required — Error Code. See [Error Codes](/docs/response-description#error-codes).
    - `code_message` string, required — Error summary.
    - `message` string, required — Detailed error message.
  - `image` string — Base64 encoded image.

---

[API](https://skmtc.net/ailabtools/apis/ailabapi.md) · [All operations](https://skmtc.net/ailabtools/apis/ailabapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ailabtools/ailabapi/versions/e66fbf89c240/schema)
