Create Edge
Create Edge
Add a new edge connecting two nodes
POST
Create Edge
Request
Path Parameters
The project ID
Headers
Bearer token using your developer key
Body
Optional edge ID. Auto-generated if not provided.
Source node ID
Target node ID
Transition condition (when should the conversation move from source to target)
Response
Returns the created edge with status201.
Returns 400 if the source or target node does not exist.
