Skip to main content
POST
Create Pathway Chat

Headers

string
required
Your API key for authentication.

Path

string
required
Your API key for authentication.

Body

string
Pathway ID of the pathway to create a chat instance for.
string
The start node ID of the pathway.

Response

string
Can be success or error.
uuid
The ID of the chat instance created. This will be used to send and receive messages to the pathway via the /pathway/chat endpoint.
string
If the status is success, the message will say “Chat instance created successfully.” Otherwise, if the status is error, the message will say “Error creating chat instance.”