v1

latestOpenAPI 3.1.02026-07-265814.5 KB
Execution

Execute Runchat Flow

Executes a Runchat flow by creating a new instance or continuing an existing one. Requires input data matching the flow's API inputs or a webhook structure.

post/{runchat_id}

Request body

runchat_instance_idstring

Optional identifier to continue an existing Runchat instance.

inputsobject

Object containing input data keyed by 'paramId_nodeId'. Values can be primitive types, arrays, or structured objects for tree/list inputs (e.g., {"0": [...], "0:1": [...]}).

Response

Successful execution of the Runchat flow.

metadatastring json

Stringified JSON containing execution metadata.

runchat_instance_idstring

The unique identifier for the Runchat instance to be used. If omitted a new instance will be created.