Enhance skin in images using AI with the Flexible mode. This mode allows you to choose the optimization target for the enhancement.
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
Optimization target for flexible skin enhancer
enhance_skin, improve_lighting, enhance_everything, transform_to_real, no_make_up 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"
]
}