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

    TaskErrorResponse

    任务接口(创建/查询)错误返回。
    常见字段:
    code:错误码(可能是业务码或 HTTP 字符串码)
    message:错误说明
    data:通常为 null
    常见错误示例:
    text_to_video requires one text content item
    status_code=500, task_id is empty
    the parameter video pixel count specified in the request must be less than or equal to 927408
    暂不支持人像

    {
        "code": "string",
        "message": "string",
        "data": null,
        "property1": "string",
        "property2": "string"
    }
    Built with