Overview
The single endpoint API mode provides synchronous execution of autonomous flows. The API call waits for the flow to complete and returns the final result in the response. Limitations:- Maximum execution time: 120-150 seconds
- Not recommended for complex or multi-step flows
- Best suited for simple, fast operations
Endpoint
Request Payload
The API accepts the following JSON payload:Field Descriptions
| Field | Type | Description |
|---|---|---|
message | String | The first message sent to the flow when the session starts. Can be empty if not required. |
user_variables | Object | Session variables to initialize the conversation with. These variables will be available throughout the flow. |