JumpLinkT SUB API
    • 必读
      • 欢迎与快速开始
      • 模型价格
    • 客户端教程
      • 生图网页使用教程
      • Codex 配置使用教程
      • Cherry Studio
    • 接口文档
      • 接口总览
      • 鉴权与请求规范
      • 错误码与排错建议
      • 聊天(Chat)
        • 聊天接口
        • 创建聊天
      • 图像(Images)
        • 异步接口-Image2
          • 创建文生图任务
          • 创建图生图任务
          • 查询任务状态
          • 读取生成图片缓存
        • 创建图像
        • 创建图片编辑
    • 数据模型
      • TextToImageRequest
      • ImageEditRequest
      • TaskResponse
      • Task
      • TaskResult
      • GeneratedImage
      • Usage
      • ErrorResponse
      • ApiMessageResponse

    TaskResponse

    {
        "success": true,
        "data": {
            "taskId": "3c07f04c1c8544bea02b1627273847b7",
            "status": "queued",
            "createdAt": 1780419399335,
            "updatedAt": 1780419399343,
            "completedAt": null,
            "error": null,
            "result": {
                "created": 1780417221,
                "data": [
                    {
                        "url": "https://imgtool.jmlt.asia/api/image-cache/ebc1b9b5cc0943cfbc88a6581df519fe/image-1.png",
                        "b64_json": "string",
                        "property1": "string",
                        "property2": "string"
                    }
                ],
                "background": "auto",
                "output_format": "png",
                "quality": "auto",
                "size": "1024x1024",
                "model": "gpt-image-2",
                "usage": {
                    "input_tokens": 84,
                    "output_tokens": 1756,
                    "total_tokens": 1840,
                    "property1": "string",
                    "property2": "string"
                },
                "property1": "string",
                "property2": "string"
            },
            "pollAfterMs": 1500
        }
    }
    Built with