Canvas
Run a canvas action
Runs an existing canvas action node through the action execution workflow.
post/projects/{projectId}/actions/{nodeId}/run
Path parameters
projectIdstring required
Project identifier
Example:prj_abc123
Project identifier
nodeIdstring required
Canvas action node identifier
Canvas action node identifier
Response
Canvas action run started.
Example response
{
"run_id": "run_abc123",
"model": {
"model_id": "t2i-flux-2-pro"
},
"technique": {
"technique_id": "tech_abcd1234"
},
"action": {
"action_id": "split-text"
},
"project_id": "prj_abc123"
}