Skip to main content
POST
Skin enhancer using AI (Flexible)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
image
string
required

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

Example:

"https://example.com/portrait.jpg"

optimized_for
enum<string>
default:enhance_skin

Optimization target for flexible skin enhancer

Available options:
enhance_skin,
improve_lighting,
enhance_everything,
transform_to_real,
no_make_up
sharpen
integer
default:0

Sharpening intensity

Required range: 0 <= x <= 100
smart_grain
integer
default:2

Smart grain intensity

Required range: 0 <= x <= 100
webhook_url
string<uri>

Optional callback URL for async notifications.

Example:

"https://www.example.com/webhook"

Response

OK - The skin enhancer process has started

data
object
required