AI绘画

AI绘画

官方自营

借助全球新兴的AIGC技术,我们为您提供了一种随心所欲、自然流畅且高能硬核的AI作图能力。您只需简单描述,即可实现图像的创作和生成,甚至可以通过输入的图像进行再创作。我们的技术广泛应用于广告营销、媒体、出版物、游戏开发、艺术创作和摄影后期处理等各种场景。

已选规格
9.90
自购买起有效期 12 个月
专用资源包
支持通用资源包:充值通用资源包后可直接调用含本接口在内的全站付费接口,无需单独购买专用资源包去充值 ›
查询绘画任务历史记录
接入点说明
任务结果图片我们只保留24小时,请您及时保存图片
接口地址
https://route.showapi.com/3041-4?appKey={your_appKey}查看密钥调用帮助
返回格式JSON
请求方式POST/GET
请求参数
Header 参数
URI 参数
返回参数
该接口返回经 showapi_res_body 系统封装,业务数据均位于该对象内;系统级字段见
返回体
cURL
curl -X POST "https://route.showapi.com/3041-4?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded"
返回示例
JSON
{
  "showapi_res_error": "",
  "showapi_fee_num": 1,
  "showapi_res_code": 0,
  "showapi_res_id": "64daec020de376f361e44d09",
  "showapi_res_body": {
    "allPages": 1,
    "ret_code": 0,
    "contentlist": [
      {
        "result_list": [
          "https://xyzs.vip/images/20230815/mSAaxBuiSCYdFxsEbeSifU.png"
        ],
        "scale": "8",
        "cause": "",
        "scheduler": "K_EULER",
        "status": "finish",
        "seed": "-1",
        "width": "512",
        "task_id": "sk202308152miohYCStMIdFRrvZGEfc",
        "batch_size": "1",
        "steps": "25",
        "negetive_prompt": "",
        "lora_scale": "0.9",
        "ct": "2023-08-15 09:58:53.485",
        "height": "768",
        "call_back": "",
        "prompt": "((beautiful face)), extremely delicate facial,(best quality),(extremely detailed cg 8k wallpaper), masterpiecel,asian,an extremely delicate and beautiful, extremely detailed,intricate,solo,ear ring,tender shining,amazing scene lighting,medium hair,wet hair(collared shirt),standing,(upper body),arms behind back,light smile,necklace,greenhouse"
      },
      {
        "result_list": [
          "https://xyzs.vip/images/20230815/NGvKEdBUnpYHPZMYZWgrbO.png"
        ],
        "scale": "8",
        "cause": "",
        "scheduler": "K_EULER",
        "status": "finish",
        "seed": "-1",
        "width": "512",
        "task_id": "sk202308152ztQbbihuHFYHlHPSthrK",
        "batch_size": "1",
        "steps": "25",
        "negetive_prompt": "",
        "lora_scale": "0.9",
        "ct": "2023-08-15 09:46:06.898",
        "height": "768",
        "call_back": "",
        "prompt": "((beautiful face)), extremely delicate facial,(best quality),(extremely detailed cg 8k wallpaper), masterpiecel,asian,an extremely delicate and beautiful, extremely detailed,intricate,solo,ear ring,tender shining,amazing scene lighting,medium hair,wet hair(collared shirt),standing,(upper body),arms behind back,light smile,necklace,greenhouse"
      }
    ],
    "currentPage": 1,
    "allNum": 2,
    "maxResult": 5
  }
}
MCP 服务集成接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。

MCP JSON
{
  "mcpServers": {
    "showapi-mcp-3041": {
      "url": "http://www.showapi.com.cn/mcp/3041/{your_appKey}"
    }
  }
}
OpenAPI 文档接口级

标准 OpenAPI 3.0 文档,覆盖本接口全部接入点,可导入 Apifox / Postman / Swagger UI,或供 AI Agent 直接消费。