v1

latestOpenAPI 3.0.22026-07-2610288167.4 KB
Freepik
Proxy

Skin enhancer using AI (Faithful)

Enhance skin in images using AI with the Faithful mode. This mode preserves the original appearance while improving skin quality.

post/proxy/freepik/v1/ai/skin-enhancer/faithful

Request body

imagestring required

Input image. Supports Base64 encoding or HTTPS URL (must be publicly accessible).

sharpeninteger

Sharpening intensity

skin_detailinteger

Skin detail enhancement level

smart_graininteger

Smart grain intensity

webhook_urlstring uri

Optional callback URL for async notifications.

Example request

{
  "image": "https://example.com/portrait.jpg",
  "webhook_url": "https://www.example.com/webhook"
}

Response

OK - The skin enhancer process has started

Example response

{
  "data": {
    "task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }
}