Files
Flowise/packages/api-documentation
Henry Heng d2fa430725 Chore/swagger update (#3860)
* update swagger spec

* update api docs to include doc store file chunks

* update swagger api

* update swagger api
2025-01-13 15:17:15 +00:00
..
2025-01-13 15:17:15 +00:00
2024-12-12 13:29:01 +00:00

Flowise API Docs

English | 中文

A list of Flowise public APIs, allowing users to programmatically execute many of the same tasks as the same in the GUI.

To run this standalone:

  1. Spin up Flowise server:
    cd Flowise
    pnpm start
    
  2. Start API Docs server:
    cd packages/api-documentation
    pnpm start
    

To run in dev mode:

cd Flowise
pnpm dev

Docs will be served on: http://localhost:6655/api-docs

License

Source code in this repository is made available under the Apache License Version 2.0.