open-route
    • IMA-Pro 视频
      • 创建异步视频任务
        POST
      • 查询任务状态与结果
        GET
    • Midjourney
      • MJ 提交绘图任务
        POST
      • MJ 变换操作(放大/变体/扩图/延展/重绘/重塑等)
        POST
      • 查询 MJ 任务状态
        GET
      • MJ 图片代理(首图)
        GET
    • 数据模型
      • ImaProVideoCreateRequest
      • ImaProCreateResponse
      • ImaProQueryResponse
      • ErrorResponse
      • TaskErrorResponse
      • MjSubmitResponse
      • MjTaskFetchResponse

    MjTaskFetchResponse

    {
        "mj_id": "string",
        "status": "",
        "progress": "100%",
        "imageUrl": "http://example.com",
        "urls": [
            "http://example.com"
        ],
        "action": "string",
        "failReason": "string",
        "buttons": [
            {
                "property1": "string",
                "property2": "string"
            }
        ],
        "property1": "string",
        "property2": "string"
    }
    Built with