cURL
curl --request POST \ --url https://bots-viewer.toolzz.ai/api/v1/typebots/{publicId}/startChat
{ "sessionId": "<string>", "resultId": "<string>", "typebot": [ "<any>" ], "messages": [ { "id": "<string>", "type": "<string>", "content": "<any>" } ], "input": { "id": "<string>", "outgoingEdgeId": "<string>", "type": "<string>", "options": "<string>" } }
Endpoint to start a chat
Show typebot properties
Show messages properties
Show input properties
Show options properties