Get a flow
Fetch a flow’s identity and its input/output schema.
GET
Get an app
Each input’s
name (its kebab-cased title) is the node_id you pass in a run request inputs entry. See Run a flow for the full flow.
Alongside inputs/outputs, a flow may publish params[], the advanced options its author chose to expose (a resolution, a duration, a voice, …). Each has a name, a kind (text | number | boolean | enum), a default (the node’s value at publish time), a group (the node it belongs to, for grouping several under one heading), and, for enum/number kinds, enumValues / min / max / step. Unlike inputs, a param is never required. Omit it in the run request’s params object and the flow uses its default.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
Response
App detail with input/output schema.
Last modified on September 8, 2026