Hair Cut Effects
Transform a single portrait into a viral cut-your-own-hair video. Say the words, make the first snip, and reveal a perfectly blunt chin-length bob — with your face, outfit and natural hair color preserved throughout.
Bob Cut
Transform a single portrait into a viral cut-your-own-hair video. Say the words, make the first snip, and reveal a perfectly blunt chin-length bob — with your face, outfit and natural hair color preserved throughout.
Input
One portrait photo of a person. The face, body proportions, clothing and original hair color, parting and texture from this photo are carried into every shot of the video. Only the length and finished shape of the hair change.
Output
A vertical 9:16 MP4 with synced audio, generated as six fast cuts over 10 seconds: the subject says "I'm just gonna do it," snips through the front, side and back of her hair, reveals the finished symmetrical bob with a light mist of hairspray, and ends on a close-up final snip at the nape.
API quick start
Run Hair Cut Effects with a single API call.
{
"inputImage": "https://your-cdn.com/input.png",
"effectType": "hair+cut-bob+cut",
"duration": 10,
"ratio": "9:16"
}curl -X POST "https://api.wiro.ai/v1/Run/wiro/hair-cut-effects" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"inputImage": "https://your-cdn.com/input.png",
"effectType": "hair+cut-bob+cut",
"duration": 10,
"ratio": "9:16"
}
JSON