Video Upscale
AI video upscaling up to 10x
Upscale video resolution to 1080p, 2K, or 4K with multiple AI models. Choose general-purpose, premium face/texture recovery, professional noise reduction, or budget upscaling.
Upscale a video up to 10x resolution or to a target resolution (1080p, 2K, 4K). Choose a model optimized for the content type — general footage, faces, AI-generated, or old film.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "video-upscale",
"skill": "upscale_video",
"input": {
"video_url": "https://example.com/video.mp4"
}
}' \
https://api.toolrouter.com/v1/tools/callList all available video upscale models with key, pricing, max upscale factor, description, and variants.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "video-upscale",
"skill": "list_models",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callQuick Start
claude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"video-upscale","skill":"upscale_video","input":{}}' \
https://api.toolrouter.com/v1/tools/callFrequently Asked Questions
Can it upscale a clip to 1080p, 2K, or 4K?
Yes. `upscale_video` can target common HD and 4K outputs or scale up by a factor when you need a bigger master.
How do I choose the right model?
`list_models` shows the available video upscalers so you can pick one for general footage, faces, AI-generated clips, or old film.
What kind of footage works best?
The tool is tuned for regular footage, face-heavy shots, AI-generated video, and older material that needs noise reduction and texture recovery.
What comes back after the job finishes?
You get a downloadable upscaled video plus the model used, so it is easy to compare results or rerun the job with a different setting.