⚗️ Implement chat API
This commit is contained in:
4
apps/docs/openapi/builder/_category_.json
Normal file
4
apps/docs/openapi/builder/_category_.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"label": "Builder",
|
||||
"sidebar_position": 2
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
slug: /
|
||||
---
|
||||
|
||||
# Authentication
|
||||
3
apps/docs/openapi/chat/_category_.json
Normal file
3
apps/docs/openapi/chat/_category_.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"label": "Chat (Experimental 🧪)"
|
||||
}
|
||||
1696
apps/docs/openapi/chat/_spec_.json
Normal file
1696
apps/docs/openapi/chat/_spec_.json
Normal file
File diff suppressed because it is too large
Load Diff
28
apps/docs/openapi/introduction.md
Normal file
28
apps/docs/openapi/introduction.md
Normal 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"
|
||||
/>
|
||||
Reference in New Issue
Block a user