Skip to main content
POST
Create Node

Request

Path Parameters

string
required
The project ID

Headers

string
required
Bearer token using your developer key

Body

string
required
Unique node ID
object
required
Node position on canvas: { "x": number, "y": number }
object
required
Node configuration. Must include type and type-specific fields.

Response

Returns the created node with status 201. Returns 409 if a node with the same ID already exists.

Example