mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +03:00
d9a2c334a0
* Add interactive swagger-ui auto-generated API docs from express * Update README.md * Update index.ts //@ts-ignore * Fix eslint no-console error * Add swagger paths * Add all end points * Update swagger.yml * update swagger yml file * update swagger config * update swagger response indentation * update api-docs README * update README --------- Co-authored-by: Octavian FlowiseAI <154992625+ocflowiseai@users.noreply.github.com>
592 B
592 B
Flowise API 文档
English | 中文
这是 Flowise 公共 API 的列表,允许用户以编程方式执行与 GUI 中相同的许多任务。
独立运行:
- 启动 Flowise 服务器:
cd Flowise pnpm start - 启动 API 文档服务器:
cd packages/api-documentation pnpm start
开发模式下运行:
cd Flowise
pnpm dev
文档将在此地址提供:http://localhost:6655/api-docs
许可证
此存储库中的源代码根据 Apache 2.0 许可证 提供