Flowise/packages/api-documentation
Henry Heng 53e504c32f
Feature/Full File Uploads & Message Delete API (#3314)
* add functionality for full file uploads, add remove messages from view dialog and API

* add attachments swagger

* update question to include uploadedFilesContent

* make config dialog modal lg size
2024-10-23 11:00:46 +01:00
..
src Feature/Full File Uploads & Message Delete API (#3314) 2024-10-23 11:00:46 +01:00
README-ZH.md Feature/Update API Docs README (#3078) 2024-08-25 14:53:59 +01:00
README.md Feature/Update API Docs README (#3078) 2024-08-25 14:53:59 +01:00
nodemon.json
package.json
tsconfig.json

README.md

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.