Run in Apifox
Ultimate Video Upscaler is the world's most advanced AI video super-resolution model, converting low-resolution videos into crisp 720p, 1080p, 2K, or 4K footage. It delivers exceptional frame-to-frame consistency, minimizes flicker and artifacts, reconstructs fine details like hair and fabric textures, and preserves smooth motion dynamics across fast action and camera pans.
Request Body Params application/json Required
{
"videoUrl" : "https://www.runninghub.cn/view?filename=04559001b7eb52240fd86edf3db3158cebf53849699875c5eaf467f9a91d93b6.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzU1MzEwNTMxNDEsInRzIjoxNzc0OTI2MjUzMTQxLCJzaWduIjoiNjk4YjM1MTQ1NGQ2NThlNDM2OGQ1YzRhNzNlMGUxYTUifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.16133771616421" ,
"targetResolution" : "1080p"
} Request Code Samples
curl --location --request POST 'https://www.runninghub.ai/openapi/v2/rhart-video/video-upscaler' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoUrl": "https://www.runninghub.cn/view?filename=04559001b7eb52240fd86edf3db3158cebf53849699875c5eaf467f9a91d93b6.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzU1MzEwNTMxNDEsInRzIjoxNzc0OTI2MjUzMTQxLCJzaWduIjoiNjk4YjM1MTQ1NGQ2NThlNDM2OGQ1YzRhNzNlMGUxYTUifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.16133771616421",
"targetResolution": "1080p"
}' Responses application/json
Task result query endpoint: /openapi/v2/query
{
"taskId" : "2013508786110730241" ,
"status" : "RUNNING" ,
"errorCode" : "" ,
"errorMessage" : "" ,
"results" : null ,
"clientId" : "f828b9af25161bc066ef152db7b29ccc" ,
"promptTips" : "{\"result\": true, \"error\": null, \"outputs_to_execute\": [\"4\"], \"node_errors\": {}}"
} Modified at 2026-04-23 02:17:48