Runflow
Back to Gallery

runflow/skin-fix

Cleanup pass for portrait photography. Smoothes skin texture, fixes blemishes, preserves natural detail.

$0.12/request 2026-04-28

Install

pip install requests

Run the model

import requests

response = requests.post(
    "https://api.runflow.io/v1/run/skin-fix",
    headers={"Authorization": "Bearer RUNFLOW_API_KEY"},
    json={
    "image_url": "https://public.runflow.io/images/models/runflow/skin-fix/examples/1/before.webp",
    "file_input": "05-adult-female-hyperpigmentation.png"
    },
)

data = response.json()
print(data["images"][0]["url"])

Input schema

ParameterTypeDescription
image_urlimageURL of the image to process. HTTPS required.
file_inputstringFilename inside `image_url` (e.g. `photo.png` if the zip contains `photo.png`). Frontend should set this to match the inner filename when composing the zip.

Output schema

FieldTypeDescription
outputsjsonArray of result items, each with at minimum a `url` field.
seedjsonRandom seed used (null if N/A).
timingjsonProvider timing breakdown (null if not surfaced).
nsfw_detectedjsonProvider NSFW flag (null if not surfaced).

Related models

Start generating with Skin Fix

Get API access in minutes. No GPU setup, no infrastructure to manage.