Video GenerationActive
Birthday Mode Effects with Caption
Turn your photo into a fun birthday celebration with your age featured on the scene, while keeping your face natural and unchanged for instantly share-ready looks.
Image to VideoImage to ImageSocial Media & ViralFast Inference
Model ID
Birthday Mode Effects with Caption
Provider
wiro
Updated
1785428200
wiro playground—wiro/Birthday Mode Effects with Caption
Updated 1785428200
Birthday Mode Effects with Caption
API quick start
Run Birthday Mode Effects with Caption with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/birthday-mode-effects-with-caption
{
"inputImage": "https://your-cdn.com/input.png",
"effectType": "birthday+mode-y2k+birthday",
"captionText": 24,
"duration": 5
}curl
curl -X POST "https://api.wiro.ai/v1/Run/wiro/birthday-mode-effects-with-caption" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"inputImage": "https://your-cdn.com/input.png",
"effectType": "birthday+mode-y2k+birthday",
"captionText": 24,
"duration": 5
}
JSON