Airplane Wing Stunt Trend
Transform a single portrait into a high-altitude wing-walking stunt video. Step out onto the wing of a plane in flight, land a clean backflip above the city, and finish with a wave — with your face, outfit and identity preserved throughout.
Airplane Action
Transform a single portrait into a high-altitude wing-walking stunt video. Step out onto the wing of a plane in flight, land a clean backflip above the city, and finish with a wave — with your face, outfit and identity preserved throughout.
Input
One portrait photo of a person. The face, body proportions, clothing and hairstyle from this photo are carried into every frame of the video.
Output
A vertical 9:16 MP4 with synced audio, generated as one continuous 15-second shot: the subject walks out along the wing, performs a single backward somersault above it, lands on both feet, then returns to the cabin door and waves.
API quick start
Run Airplane Wing Stunt Trend with a single API call.
{
"inputImage": "https://your-cdn.com/input.png",
"effectType": "airplane+backflip-airplane+action",
"duration": 15,
"ratio": "9:16"
}curl -X POST "https://api.wiro.ai/v1/Run/wiro/airplane-wing-stunt-trend" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"inputImage": "https://your-cdn.com/input.png",
"effectType": "airplane+backflip-airplane+action",
"duration": 15,
"ratio": "9:16"
}
JSON