Skip to main content
POST
Create a node generation
The node id is minted server-side and the generation appears on the project’s canvas in real time; the output is also recorded in the workspace asset library. Canvas node state lives in the realtime collab layer, so reads go through List assets.

Authorizations

Authorization
string
header
required

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

projectId
string
required

Body

application/json
type
enum<string>
required
Available options:
image,
video,
audio,
3d
prompt
string
required
input_media
object[]
aspect_ratio
string
resolution
string
duration_seconds
number
mode
enum<string>
Available options:
sfx,
music

Response

202 - application/json

Node generation started

data
object