DeerAPI 提交视频任务接口文档:通过 POST /mj/submit/video 统一调用 Midjourney,实现视频生成任务提交与参数配置,适用于大陆用户快速接入。
curl --request POST \
--url https://api.deerapi.com/mj/submit/video \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"motion": "low",
"image": "https://storage.fonedis.cc/attachments/1372468820912115716/1388566717961338880/hyper_realistic_3d_rendering_pink_tulip_style_686021570d5ec4451c1c120a.jpg?ex=68617307&is=68602187&hm=f939f10d79de24e3ed0f2c4dc1453c902ee6b383d13d9a1787eacfccfadb9488&"
}
'{
"code": 123,
"description": "<string>",
"result": "<string>",
"properties": {
"prompt": "<string>"
}
}Bearer token authentication. Use your DeerAPI key.
motion:low
low, high 首帧图片
不为空时,index、taskId必填
执行的视频索引号
父任务ID
回调地址
True时,返回官方链接
vid_1.1_i2v_480, vid_1.1_i2v_720
curl --request POST \
--url https://api.deerapi.com/mj/submit/video \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"motion": "low",
"image": "https://storage.fonedis.cc/attachments/1372468820912115716/1388566717961338880/hyper_realistic_3d_rendering_pink_tulip_style_686021570d5ec4451c1c120a.jpg?ex=68617307&is=68602187&hm=f939f10d79de24e3ed0f2c4dc1453c902ee6b383d13d9a1787eacfccfadb9488&"
}
'{
"code": 123,
"description": "<string>",
"result": "<string>",
"properties": {
"prompt": "<string>"
}
}