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

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"

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