ImagesMidjourney
Midjourney 视频生成
基于 Midjourney 图片任务或参考图片提交视频生成动作,返回任务 ID 后可通过 Midjourney 查询任务接口轮询结果。
Authorization
bearerAuth AuthorizationBearer <token>
使用 Authorization Bearer API Key 进行鉴权。
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/mj/submit/video" \ -H "Content-Type: application/json" \ -d '{ "prompt": "飞来一只蜜蜂", "motion": "low", "image": "https://example.com/midjourney-image.png", "endImage": "https://example.com/end-frame.png" }'{
"code": 1,
"description": "提交成功",
"result": "1751700106922083",
"properties": {}
}{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}