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

    MjSubmitResponse

    {
        "code": 0,
        "result": "string",
        "description": "string",
        "property1": "string",
        "property2": "string"
    }
    Built with