WorkflowActive
wiro / video-merge
video-merge
Merge multiple videos into one seamlessly using either file uploads or video URLs. This tool combines all inputs into a single, continuous output video.
UtilityVideo Merge
Model ID
video-merge
Provider
wiro
Updated
1787587906
wiro playground—wiro/video-merge
Updated 1787587906
Merge multiple videos into one seamlessly using file uploads or video URLs. This tool combines all inputs into a single, smooth, continuous output—no editing skills required.
API quick start
Run video-merge with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/video-merge
{
"inputVideoMultiple": "https://your-cdn.com/input.mp4",
"inputVideoUrlMultiple": "..."
}