Video GenerationActive
Song Frame
SongFrame places you into a cinematic world, pulls the soundtrack directly from your YouTube link, and fuses everything into a polished video — effortless, emotional, and instantly shareable.
Image to VideoMusic GenerationImage to SongSocial Media & ViralFast Inference
Model ID
Song Frame
Provider
wiro
Updated
1782477929
wiro playground—wiro/Song Frame
Updated 1782477929
Generate stylish Instagram-style poses with trendy angles, natural expressions, and modern aesthetic.
API quick start
Run Song Frame with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/song-frame
{
"inputSongUrl": "https://your-cdn.com/input.png",
"inputImage": "https://your-cdn.com/input.png"
}curl
curl -X POST "https://api.wiro.ai/v1/Run/wiro/song-frame" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"inputSongUrl": "https://your-cdn.com/input.png",
"inputImage": "https://your-cdn.com/input.png"
}
JSON