2
0

⚗️ Implement chat API

This commit is contained in:
Baptiste Arnaud
2022-11-29 10:02:40 +01:00
parent 49ba434350
commit bf0d0c2475
122 changed files with 5075 additions and 292 deletions

View File

@@ -0,0 +1,4 @@
{
"label": "Builder",
"sidebar_position": 2
}

View File

@@ -1,6 +1,5 @@
---
sidebar_position: 1
slug: /
---
# Authentication

View File

@@ -0,0 +1,3 @@
{
"label": "Chat (Experimental 🧪)"
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,28 @@
---
sidebar_position: 1
slug: /
---
# Introduction
Typebot currently offers 2 APIs: **Builder** and **Chat**
## Builder
The Builder API is about what you can edit on https://app.typebot.io (i.e. create typebots, insert blocks etc, get results...). It is currently under active development and new endpoints will be added incrementally.
## Chat
:::caution
You should not use it in production. This API is experimental at the moment and will be heavily modified with time.
:::
The Chat API allows you to execute (chat) with a typebot.
### How to find my `typebotId`
<img
src="/img/api/typebotId.png"
width="900"
alt="Get typebot ID"
/>