Add a processing node to an existing workflow. Supports auto-positioning via column/row for parallel layouts, or exact position coordinates. Returns the new node ID and its input/output ports.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workflow ID
1Node type key (e.g. 'gpt_5_4', 'flux_2_pro'). Use list_node_types to see options.
1Exact canvas position. Overrides column/row. Auto-calculated if omitted.
Batch column (1-indexed). Column 1 = first processing batch after Request.
x >= 1Row within column (0-indexed). Used to stack parallel nodes vertically.
x >= 0Input field values to set on the node (e.g. { system_prompt: 'You are helpful' }).
Sub-model mode for multi-mode nodes (e.g. 'text-to-image', 'image-to-image').