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/startChat
The 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>/continueChat
With the following JSON body:
Live
-
To start the chat, send a POST request to
https://typebot.io/api/v1/typebots/<public ID>/startChat
The 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>/continueChat
With the following JSON body: