---
title: "Skin enhancer using AI (Creative)"
method: POST
path: "/proxy/freepik/v1/ai/skin-enhancer/creative"
tags: ["Freepik", "Proxy"]
---

# Skin enhancer using AI (Creative)

`POST /proxy/freepik/v1/ai/skin-enhancer/creative`

Enhance skin in images using AI with the Creative mode. This mode provides more artistic and stylized enhancements.

## Request body

- FreepikSkinEnhancerCreativeRequest
  - `image` string, required — Input image. Supports Base64 encoding or HTTPS URL (must be publicly accessible).
  - `sharpen` integer — Sharpening intensity
  - `smart_grain` integer — Smart grain intensity
  - `webhook_url` string, uri — Optional callback URL for async notifications.

## Response `200`

OK - The skin enhancer process has started

- FreepikTaskResponse
  - `data` FreepikTaskData, required
    - `generated` string[] — URLs to the generated images.
    - `status` 'CREATED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED'
    - `task_id` string, uuid

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/ac/apis/comfy-api.md) · [All operations](https://skmtc.dev/ac/apis/comfy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ac/comfy-api/revisions/c1893dffe250/schema)
