Enhance skin in images using AI with the Faithful mode. This mode preserves the original appearance while improving skin quality.
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Input image. Supports Base64 encoding or HTTPS URL (must be publicly accessible).
"https://example.com/portrait.jpg"
Sharpening intensity
0 <= x <= 1000
Smart grain intensity
0 <= x <= 1002
Skin detail enhancement level
0 <= x <= 10080
Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.
"https://www.example.com/webhook"
OK - The task exists and the status is returned
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}