Zcheap AI
    • Images
      • 查询图片任务状态与结果
        GET
    • IMA-Pro 视频
      • 创建异步视频任务
        POST
    • Asset
      • 创建素材分组
      • 查询素材分组列表
      • 查询单个素材分组
      • 更新素材分组
      • 上传素材(创建素材)
      • 查询素材列表
      • 查询单个素材
      • 更新素材名称
      • 查询素材配额信息
    • Midjourney
      • MJ 融图(Blend)
    • 生成图片
      POST
    • MJ 提交绘图任务
      POST
    • 查询任务状态与结果
      GET
    • MJ 变换操作(放大/变体/扩图/延展/重绘/重塑等)
      POST
    • 查询 MJ 任务状态
      GET
    • MJ 图片代理(首图)
      GET
    • Schemas
      • AssetGroupCreateRequest
      • AssetGroupListRequest
      • AssetCreateRequest
      • AssetListRequest
      • AssetItem
      • AssetGroupItem
      • AssetIdResponse
      • AssetGroupResponse
      • AssetGetResponse
      • AssetGroupListResponse
      • AssetListResponse
      • AssetQuotaResponse
      • MjSubmitResponse
      • ImaProVideoCreateRequest
      • ImaImageGenerationRequest
      • ErrorResponse
      • ImaImageGenerationRequestGemini3Pro
      • ImaImageGenerationRequestGemini31Flash
      • ImaImageGenerationResponse
      • ImaImageCreateTaskResponse
      • ImaImageTaskFetchResponse
      • ImaProCreateResponse
      • ImaProQueryResponse
      • TaskErrorResponse
      • MjTaskFetchResponse

    ImaImageTaskFetchResponse

    {
        "code": "success",
        "data": {
            "task_id": "string",
            "status": "string",
            "format": "string",
            "url": "string",
            "error": {
                "property1": "string",
                "property2": "string"
            },
            "metadata": {
                "property1": "string",
                "property2": "string"
            },
            "usage": {
                "input_tokens": 0,
                "output_tokens": 0,
                "total_tokens": 0,
                "property1": "string",
                "property2": "string"
            },
            "property1": "string",
            "property2": "string"
        },
        "property1": "string",
        "property2": "string"
    }
    Built with