---
title: "花艺设计指导 AI Skill | 万维易源"
canonical_url: "https://www.showapi.com/ai/skills/6a66c8303c51f2e65901aea3?tab=integrate&sub=api-ref"
last_updated: "2026-08-11T09:00:05.167Z"
meta:
  description: "根据用户的模糊花艺需求和预算，智能生成结构化花艺设计方案，并同步生成唯美成品效果图与9宫格制作步骤指导图（含中文标注与箭头指示）。 免费在线使用，也支持 API / Agent 接入。"
  keywords: "花艺设计指导 AI Skill Skills市场 AI技能 在线使用 API接入 showapi，万维易源，易源接口，api开放平台，开放api，api大全，api接口，接口中心，接口大全，开放平台，api，大数据，接口，API"
  "og:description": "根据用户的模糊花艺需求和预算，智能生成结构化花艺设计方案，并同步生成唯美成品效果图与9宫格制作步骤指导图（含中文标注与箭头指示）。 免费在线使用，也支持 API / Agent 接入。"
  "og:title": "花艺设计指导 AI Skill"
---

*

*

*

*

# **花艺设计指导**

根据用户的模糊花艺需求和预算，智能生成结构化花艺设计方案，并同步生成唯美成品效果图与9宫格制作步骤指导图（含中文标注与箭头指示）。

S**Serenoa** 2026-07-27 11:11 · 8 个步骤

ID`6a66c8303c51f2e65901aea3`

把这个 Skill 接入你的应用或 AI Agent —— 自带 REST API、OpenAPI 规范与 Skill 技能包。

Skill 为**异步调用**过程：先提交执行拿到 `task_id`，再轮询查询任务状态与结果。下方按调用顺序列出两个端点。

`https://route.showapi.com/flow/execute/{flow_id}?appKey={AppKey}`

鉴权：URL 查询参数 `appKey={AppKey}`

Content-Type: application/json [获取 AppKey](https://www.showapi.com/console#/myApp)

#### 请求体参数 (Request Body)

ratiostring

成品效果图像的宽高比，可选值：1:1、3:4、4:3、16:9、9:16

requeststring必填

用户原始设计需求描述，可能包含场景、偏好、用途等模糊表达

budget\_tierstring

预算档位：high(高预算-稀缺花材)/mid(中预算-常规优质花材)/low(低预算-常见平价花材)

响应：提交成功返回 task\_id

**API 响应结构 (Response Schema)**1 个字段

原始 Schema

| |
|

| |
|

`https://route.showapi.com/flow/task/query/{task_id}?appKey={AppKey}`

鉴权：URL 查询参数 `appKey={AppKey}`

Content-Type: application/json [获取 AppKey](https://www.showapi.com/console#/myApp)

用第 ① 步返回的 task\_id 替换 URL 中的 {task\_id} 轮询，建议 1-2 秒一次，直到 status 为 SUCCESS 或 FAILED；step\_status\_list 可用于可视化执行进度。

响应：任务状态与结果

**API 响应结构 (Response Schema)**124 个字段

原始 Schema

| |
|

| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |

**执行中途出错时**

`status` 返回 `FAILED`， `remark` 给出错误信息； `step_status_list` 仅包含已执行到的部分阶段， `output` 为已产出的部分结果（可能为空或不完整）。

### 通用响应说明

#### 系统级返回

所有 API 响应均使用平台统一封装，业务数据嵌套在 `showapi_res_body` 中

| |
|

| |
|
| |
| |
| |
| |

#### 错误码 (showapi\_res\_code)

| |
|

| |
|
| |
| |

### **调用代码 **

代码示例根据当前 **输入参数**实时生成。 **异步调用一并提供"执行"与"查询任务"两个步骤的完整代码**，可按序集成。

**调用代码**

cURLPythonJavaScriptJavaGoPHPC#RubyRust

运行 Skill查询任务状态

POSThttps://route.showapi.com/flow/execute/6a66c8303c51f2e65901aea3?appKey={AppKey}

提交任务后立即返回 task\_id，需配合步骤 ② 轮询执行状态与结果

```
curl \
  -g 'https://route.showapi.com/flow/execute/6a66c8303c51f2e65901aea3?appKey={AppKey}' \
  -H 'Content-Type: application/json' \
  -d '{
  "ratio": "1:1",
  "request": "朋友生日，想要温馨浪漫的桌面小花篮",
  "budget_tier": "mid"
}'
```

响应示例：{ "code": 0, "data": { "task\_id": "69ddd187e13823d1d500015b" } }

请在 URL 查询参数 `appKey` 中携带你的 AppKey（如 `?appKey=你的AppKey`），不要在前端代码中硬编码生产 凭证，建议通过环境变量或后端代理注入。 [前往控制台获取 AppKey](https://www.showapi.com/console#/myApp)

### **OpenAPI 规范 **

标准 **OpenAPI 3.0** 规范文档，可导入 Apifox / Postman / Swagger Editor / Dify，或直接交给 AI Agent 读取以自动接入本 Skill。 提供 **YAML** 与 **JSON** 两种格式，支持浏览器在线查看与直接下载。  
当前为**已发布正式版**（`/flow/*`，对外可调用）。

YAML`http://node_site_upstream/openapi/workflow/6a66c8303c51f2e65901aea3.yaml`

[浏览器查看 YAML](http://node_site_upstream/openapi/workflow/6a66c8303c51f2e65901aea3.yaml) [下载 YAML](http://node_site_upstream/openapi/workflow/6a66c8303c51f2e65901aea3.yaml?download=1)

JSON`http://node_site_upstream/openapi/workflow/6a66c8303c51f2e65901aea3.json`

[浏览器查看 JSON](http://node_site_upstream/openapi/workflow/6a66c8303c51f2e65901aea3.json) [下载 JSON](http://node_site_upstream/openapi/workflow/6a66c8303c51f2e65901aea3.json?download=1)

介绍

在线运行

Skill与API