Create stunning high-quality videos from images using Midjourney's powerful AI. Renowned for exceptional artistic quality and creative interpretation.
Request
Header Params
Body Params application/json
Example
{"aspect_ratio":"16:9","chaos":0,"enable_base64_output":false,"image":"https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1761548560204631663_rczU2JYd.png","niji":"close","prompt":"A determined young Steampunk adventurer, looking forward with focus, adjusting her elaborate brass and leather goggles on her head, wearing a gear-adorned top hat, dramatic low-key lighting, deep warm tones, cinematic shot, hyper-detailed, action pose.","quality":1,"resolution":"480p","seed":-1,"stylize":54,"version":"7","weird":0}
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://api.302.ai/ws/api/v3/midjourney/image-to-video' \
--header'Authorization: Bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"aspect_ratio": "16:9",
"chaos": 0,
"enable_base64_output": false,
"image": "https://d1q70pf5vjeyhc.cloudfront.net/media/fb8f674bbb1a429d947016fd223cfae1/images/1761548560204631663_rczU2JYd.png",
"niji": "close",
"prompt": "A determined young Steampunk adventurer, looking forward with focus, adjusting her elaborate brass and leather goggles on her head, wearing a gear-adorned top hat, dramatic low-key lighting, deep warm tones, cinematic shot, hyper-detailed, action pose.",
"quality": 1,
"resolution": "480p",
"seed": -1,
"stylize": 54,
"version": "7",
"weird": 0
}'