Skip to main content

Endpoint

Request Body

string
required
Template ID to execute.
Record<string, PortValue>
Optional runtime variable values keyed by input node ID.
boolean
Optional flag to save output as preview.
string
Optional run tag.

Response

{ runIds: string[] }
Array of run IDs started by this call.

TypeScript