Skip to main content
POST
Pathway Chat

Headers

string
required
Your API key for authentication.

Path

string
required

Path Parameters

uuid
required
The chat ID created from the /pathway/chat/create endpoint.

Body

string
The message to send to the pathway (optional)

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
The response from the Assistant to the message sent.
string
The ID of the current node in the pathway.
string
The name of the current node in the pathway.
array
An array of objects containing the role and content of each message in the chat.
string
The ID of the pathway the chat is associated with.