v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01600974.4 KB
Workflows

Run a published workflow

Start a new task to execute a published workflow. You can optionally provide custom input values via nodeOutputs to override the defaults defined in the workflow graph.

post/v1/workflows/{id}

Path parameters

idstring uuid required

The ID of the published workflow to run. You can copy this value from the developer portal.

Headers

X-Runway-Version'2024-11-06' required

The version of the RunwayML API being used. You can read more about versioning here.

Request body

nodeOutputsobject

Optional node outputs to override default values. Keys are node IDs from the workflow graph, values are objects mapping output keys to typed values.

Response

The response from running a workflow.

idstring uuid required

The ID of the workflow invocation that was created.