创建时间: 2026-06-22 17:02 | 步骤: 5 个
把这个 Skill 接入你的应用或 AI Agent —— 自带 REST API、OpenAPI 规范与 Agent 技能包。
task_id,再轮询查询任务状态与结果。下方按调用顺序列出两个端点。 https://route.showapi.com/flow/execute/6a38f3773c51f2dc1a031877?appKey={AppKey}https://route.showapi.com/flow/task/query/{task_id}?appKey={AppKey}执行中途出错时
status 返回 FAILED, remark 给出错误信息; step_status_list 仅包含已执行到的部分阶段, output 为已产出的部分结果(可能为空或不完整)。
所有 API 响应均使用平台统一封装,业务数据嵌套在 showapi_res_body 中