Start a run
Endpoints
Start a run
Start an asynchronous run of an app. Bills the key’s workspace.
POST
Start a run
The run starts asynchronously and returns a
runId immediately. Poll Get a run until its status is completed or failed.Authorizations
A workspace API key. Secret keys (flowy_…) are server-side — keep them private. Publishable keys (flowy_pk_…) are browser-safe but only work from their allowlisted domains.
Path Parameters
Body
application/json
Map of input nodeId -> value (text, or a URL for media inputs). Get the keys from GET /v1/apps/{appId}.
Response
Run accepted. Poll GET /v1/runs/{runId}.

