cURL
curl --request POST \ --url https://app.luly.ai/api/v1/pathway/chat/create \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "pathway_id": "<string>", "start_node_id": "<string>" }'
{ "status": "success", "pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1" }
Create an instance of a pathway chat, which can be used to send and receive messages to the pathway.
success
error