2
0
Files
bot/apps/docs/openapi/introduction.md
Baptiste Arnaud 1a3869ae6d ⚗️ Implement bot v2 MVP (#194)
Closes #190
2022-12-22 17:02:34 +01:00

29 lines
645 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 changed without notice.
:::
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"
/>