Video GenerationActive
Sport Trend Effects
Transform images into trending Sport effects with customizable styles and durations. Apply various creative filters to create engaging video content.
Image to VideoSocial Media & ViralFast Inference
Model ID
Sport Trend Effects
Provider
wiro
Updated
1784826817
wiro playground—wiro/Sport Trend Effects
Updated 1784826817
Sport Trend Effects
API quick start
Run Sport Trend Effects with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/sport-trend-effects
{
"inputImage": "https://your-cdn.com/input.png",
"effectType": "sport+trends-argentina+cheer",
"duration": 5,
"ratio": "9:16"
}curl
curl -X POST "https://api.wiro.ai/v1/Run/wiro/sport-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": "sport+trends-argentina+cheer",
"duration": 5,
"ratio": "9:16"
}
JSON