Runs
Start an action run
Starts a headless prebuilt action run using raw action slugs such as rotate-image. Direct action runs do not create or mutate canvas nodes. Mutating public API requests support an optional Idempotency-Key header for client retries; duplicate keys within two hours return idempotency_duplicate.
post/runs/action
Request body
Example request
{
"action_id": "split-text",
"workspace_id": "ws_abc123",
"project_id": "prj_abc123"
}Response
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"
}