Back to Gallery
Cleanup pass for portrait photography. Smoothes skin texture, fixes blemishes, preserves natural detail.
$0.12/request 2026-04-28
Install
pip install requestsRun 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
| Parameter | Type | Description |
|---|---|---|
| image_url | image | URL of the image to process. HTTPS required. |
| file_input | string | Filename 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
| Field | Type | Description |
|---|---|---|
| outputs | json | Array of result items, each with at minimum a `url` field. |
| seed | json | Random seed used (null if N/A). |
| timing | json | Provider timing breakdown (null if not surfaced). |
| nsfw_detected | json | Provider NSFW flag (null if not surfaced). |
Related models
Background Color
runflow/background-color
Replace the background of a portrait or product shot with a flat color. Pick any...
$0.12/request
Outpaint (Expand)
runflow/outpaint
Expand the canvas of an image with AI-generated content that matches the existin...
$0.55/request
Object Removal
runflow/object-removal
Remove an object from a photo by providing a black-and-white mask of the area to...
$0.48/request
GPT Image 2 Edit
openai/gpt-image-2/edit
GPT Image 2.0, OpenAI's latest image model, is capable of making fine-grained, d...
$0.133/image
Start generating with Skin Fix
Get API access in minutes. No GPU setup, no infrastructure to manage.