Headers
Your API key for authentication.
Body
Pathway ID of the pathway to create a chat instance for.
The start node ID of the pathway. If not provided, the pathway will start from the node marked as the start node in the pathway configuration.
Custom key-value data to initialize the pathway chat with. This object will be stored as the pathway’s initial variables and can be referenced within pathway nodes. The
request_data must be a valid JSON object (not an array or null).This works the same as request_data in v1/calls where variables can be accessed using {{variable_name}} syntax within your pathway nodes.Response
Contains the response data for the created pathway chat instance.
Will be
null on success. Contains error details if the request failed.