80s Trend Effects
Transform a single portrait into a nostalgic 1980s-style video. Step into retro arcades, neon diners, summer drives, school days, weddings and unforgettable memories — with your face and identity preserved throughout.
80s Trends
Transform a single portrait into a nostalgic 1980s-style video. Step into retro arcades, neon diners, summer drives, school days, weddings and unforgettable memories — with your face and identity preserved throughout.
Input
One portrait photo of a person. The face, body proportions and recognizable identity from this photo are carried into the selected 1980s scene.
Output
A vertical 9:16 MP4 that transforms the subject into the selected 1980s-inspired setting. Each effect recreates authentic retro clothing, hairstyles, colors, lighting and atmosphere with natural cinematic movement.
API quick start
Run 80s Trend Effects with a single API call.
{
"inputImage": "https://your-cdn.com/input.png",
"effectType": "80+s+trends-beach+drive",
"duration": 5,
"ratio": "9:16"
}curl -X POST "https://api.wiro.ai/v1/Run/wiro/80s-trend-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": "80+s+trends-beach+drive",
"duration": 5,
"ratio": "9:16"
}
JSON