POST /api/v1/runs/node
Runs
Start workflow node run
Run a single node inside an existing workflow.
POST
POST /api/v1/runs/node
Use this endpoint to run one node from a saved workflow without executing the full graph. This is different from
POST /v1/nodes/{nodeType}/run, which runs a standalone model outside workflow context.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
RunNodeInputSchema
Response
202
Accepted