Midjourney’s video capability excels at capturing the "cinematic essence" of static art. It transforms single frames or dual "start-end" anchors into 5-second high-fidelity sequences with precise motion tracking. Supporting both 480p and 720p resolutions, it maintains absolute stylistic consistency while allowing creators to toggle between subtle ambient shifts and dramatic camera movements. This tool bridges the gap between illustration and motion design, delivering professional-grade visual flow that remains perfectly true to the original artwork’s aesthetic soul.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"smooth magical transition: spellbook cover lifts organically, pages turn and float upward with intensifying golden light particles swirling dynamically, runes glow brighter progressively, seamless morph from closed to open state, cinematic motion, fluid time-lapse effect","firstImageUrl":"https://www.runninghub.cn/view?filename=861f7549d2e27505de527e491371bf87475d5a76177ad9c8aae2d1ddf9aa4842.png&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzAzNTUwMjQwMTMsInRzIjoxNzY5NzUwMjI0MDEzLCJzaWduIjoiMWZlY2Q0NWVmZmFjYWFjY2I0MTcyYmIzM2Q1MjdmNjEifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.1336447606892428","resolution":"720p","motion":"low","raw":false,"loop":false}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://www.runninghub.ai/openapi/v2/youchuan/image-to-video' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "smooth magical transition: spellbook cover lifts organically, pages turn and float upward with intensifying golden light particles swirling dynamically, runes glow brighter progressively, seamless morph from closed to open state, cinematic motion, fluid time-lapse effect",
"firstImageUrl": "https://www.runninghub.cn/view?filename=861f7549d2e27505de527e491371bf87475d5a76177ad9c8aae2d1ddf9aa4842.png&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzAzNTUwMjQwMTMsInRzIjoxNzY5NzUwMjI0MDEzLCJzaWduIjoiMWZlY2Q0NWVmZmFjYWFjY2I0MTcyYmIzM2Q1MjdmNjEifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.1336447606892428",
"resolution": "720p",
"motion": "low",
"raw": false,
"loop": false
}'