Video GenerationActive
Avatar Motion
Generate avatars from photos and animate them into engaging videos in one seamless pipeline.
Image to VideoFast InferenceWan2.2Nano Banana
Model ID
AvatarMotion with Caption
Provider
wiro
Updated
1783511607
wiro playground—wiro/Man Zodiac Season
Updated 1783511607
Generate avatars from photos and animate them into engaging videos in one seamless pipeline.
API quick start
Run Man Zodiac Season with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/avatarmotion-with-caption
{
"caption": 30,
"videoMode": "standard",
"inputImage": "https://your-cdn.com/input.png",
"effectType": "birthdaymode-woman-birthday-mode"
}curl
curl -X POST "https://api.wiro.ai/v1/Run/wiro/avatarmotion-with-caption" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"caption": 30,
"videoMode": "standard",
"inputImage": "https://your-cdn.com/input.png",
"effectType": "birthdaymode-woman-birthday-mode"
}
JSON