š New Models Available: grok-4 now live!
ā Explore New Features
{
"prompt": "https://cdn.midjourney.com/f9e3db60-f76c-48ca-a4e1-ce6545d9355d/0_0.png add a dog",
"videoType": "vid_1.1_i2v_480",
"mode": "fast",
"animateMode": "manual",
"motion": "low"
}
curl --location --request POST 'https://api.cometapi.com/mj/submit/video' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "https://cdn.midjourney.com/f9e3db60-f76c-48ca-a4e1-ce6545d9355d/0_0.png add a dog",
"videoType": "vid_1.1_i2v_480",
"mode": "fast",
"animateMode": "manual",
"motion": "low"
}'
{
"code": 1,
"description": "Submitted Successfully",
"result": "1a5e9cb4-bdfa-4078-918c-07a8585e834d",
"properties": {
"prompt": "https://s.mj.run/oKVmLCsp1V4 add a dog --video 1 --aspect 1:1"
}
}