Skip to main content
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

RunNodeInputSchema

Response

202

Accepted