skyreels-v3/video-restyling
Run in Apifox
SkyReels V3 Video Restyling transforms any video into stunning artistic styles including Cyberpunk, Anime, Van Gogh, Lego, Pixel Art, and more. Supporting input videos up to 30 seconds, it preserves original motion while applying breathtaking new visual aesthetics.
Request Body Params application/json Required
{
"videoUrl" : "https://www.runninghub.cn/view?filename=4b921b58ddd879fab6547183c57b238638b43dd0e0aba068d68f2d6a7d87114c.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzQ2MTEyMjAzODEsInRzIjoxNzc0MDA2NDIwMzgxLCJzaWduIjoiYTU0ZWI2ZTkzMTIwYTVmOTI0YTEzZjlkMWNmOWE3M2EifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.45490940217605935" ,
"styleName" : "simpsons"
} Request Code Samples
curl --location --request POST 'https://www.runninghub.ai/openapi/v2/skyreels-v3/video-restyling' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoUrl": "https://www.runninghub.cn/view?filename=4b921b58ddd879fab6547183c57b238638b43dd0e0aba068d68f2d6a7d87114c.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzQ2MTEyMjAzODEsInRzIjoxNzc0MDA2NDIwMzgxLCJzaWduIjoiYTU0ZWI2ZTkzMTIwYTVmOTI0YTEzZjlkMWNmOWE3M2EifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.45490940217605935",
"styleName": "simpsons"
}' 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-03-20 12:00:03