Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 990 Bytes

how-to-use.md

File metadata and controls

33 lines (17 loc) · 990 Bytes

How to Use

Now that you have tested your chatflow with the chat interface on Flowise, you want to "export" it out to be able to use with other applications. Flowise provides 2 ways to do that:

  • API
  • Embed

API

You can use the chatflow as API and connect to frontend applications.

Watch how to connect to Bubble

{% embed url="https://youtu.be/kOwmPe8aLAA" %}

Watch how to connect to FlutterFlow

{% embed url="https://youtu.be/iI84yym473Q" %}

Embed

You can also embed a chat widget to your website.

Simply copy paste the embedded code provided to anywhere in the <body> tag of your html file.

Watch how to do that:

{% embed url="https://github.com/FlowiseAI/Flowise/assets/26460777/c128829a-2d08-4d60-b821-1e41a9e677d0" %}