open-route
    open-route
    • IMA-Pro 视频
      • 创建异步视频任务
        POST
      • 查询任务状态与结果
        GET
    • 数据模型
      • ImaProVideoCreateRequest
      • ImaProCreateResponse
      • ImaProQueryResponse
      • ErrorResponse

    ImaProCreateResponse

    {
        "id": "string",
        "task_id": "string",
        "object": "video",
        "model": "string",
        "status": "string",
        "progress": 0,
        "created_at": 0,
        "property1": "string",
        "property2": "string"
    }
    Built with