{
"prompt": "https://cdn.midjourney.com/f9e3db60-f76c-48ca-a4e1-ce6545d9355d/0_0.png a girl",
"motion": "low",
"video_type": "vid_1.1_i2v_480",
"animate_mode": "manual"
}
curl --location --request POST '/mj-fast/mj/submit/video' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "https://cdn.midjourney.com/f9e3db60-f76c-48ca-a4e1-ce6545d9355d/0_0.png a girl",
"motion": "low",
"video_type": "vid_1.1_i2v_480",
"animate_mode": "manual"
}'
{
"code": 0,
"description": "提交成功",
"result": "280f4c64-2b54-409f-ac61-48c034bc56fa",
"properties": {
"prompt": "https://s.mj.run/zPQ58b_Wl6c a girl --video 1 --aspect 187:256"
}
}