Skip to main content
POST
/
v1
/
runs
/
node
POST /api/v1/runs/node
curl --request POST \
  --url https://api.magica.com/api/v1/runs/node \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
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