cURL
curl --request POST \ --url http://127.0.0.1:3333/v3/sessions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "botId": "<string>" } '
{ "result": { "id": "<string>", "isCompleted": true }, "resultId": "<string>", "sessionId": "<string>", "bot": "<unknown>", "messages": [ "<unknown>" ], "input": "<unknown>", "dynamicTheme": "<unknown>", "logs": [ "<unknown>" ], "clientSideActions": [ "<unknown>" ], "hasReachedLimit": true, "error": "<string>" }
Start a new chat session.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
web
api
instagram
facebook
telegram
gmail
tiktok
Show child attributes
richText
markdown
Default Response