Pathway Chat
Pathway Chat
Send a message to a pathway and receive a response.
POST
Headers
Your API key for authentication.
Path Parameters
The chat ID created from the /pathway/chat/create endpoint.
Body
The message to send to the pathway (optional)
Response
Can be success
or error
.
The ID of the chat instance created. This will be used to send and receive messages to the pathway via the /pathway/chat endpoint.
The response from the Assistant to the message sent.
The ID of the current node in the pathway.
The name of the current node in the pathway.
An array of objects containing the role and content of each message in the chat.
The ID of the pathway the chat is associated with.