2
0
Files
bot/apps/docs/openapi/introduction.md
Baptiste Arnaud bf0d0c2475 ⚗️ Implement chat API
2022-11-29 10:03:46 +01:00

29 lines
649 B
Markdown

---
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"
/>