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

    ImaProQueryResponse

    {
        "id": "string",
        "task_id": "string",
        "object": "video",
        "model": "string",
        "status": "string",
        "progress": 0,
        "created_at": 0,
        "completed_at": 0,
        "metadata": {
            "property1": "string",
            "property2": "string"
        },
        "results": [
            {
                "url": "http://example.com",
                "size": 0,
                "content_type": "string",
                "property1": "string",
                "property2": "string"
            }
        ],
        "usage": {
            "prompt_tokens": 0,
            "completion_tokens": 0,
            "total_tokens": 0,
            "property1": "string",
            "property2": "string"
        },
        "property1": "string",
        "property2": "string"
    }
    Built with