Your bot can also be executed with HTTP requests. This is useful if you want to integrate your bot with another service or if you want to use it in a different programming language.Documentation Index
Fetch the complete documentation index at: https://docs.typebot.com/llms.txt
Use this file to discover all available pages before exploring further.
Test
- All your requests need to be authenticated with an API token. See instructions.
-
To start the chat, send a POST request to
https://typebot.io/api/v1/typebots/<typebot ID>/preview/startChatThe first response will contain a sessionId that you will need for subsequent requests. -
To send replies, send POST requests to
https://typebot.io/api/v1/sessions/<session ID>/continueChatWith the following JSON body:
Live
-
To start the chat, send a POST request to
https://typebot.io/api/v1/typebots/<public ID>/startChatThe first response will contain a sessionId that you will need for subsequent requests. -
To send replies, send POST requests to
https://typebot.io/api/v1/sessions/<session ID>/continueChatWith the following JSON body: