Skip to main content
POST
Create Node Library

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Body

application/json
logical_id
string | null

Unique identifier for the node library

name
string | null

Name of the Node Library

description
string | null

Description of the node library

nodes
string[] | null

List of node IDs that are part of this library

Required string length: 24
Pattern: ^[0-9a-f]{24}$
access_level
enum<string> | null
default:personal

Enum representing different access control levels.

Available options:
personal,
team,
system
access_list
string[] | null

List of user IDs or team IDs that have access to this node library

Required string length: 24
Pattern: ^[0-9a-f]{24}$

Response

Successful Response

Response model for a single node library. Contains a NodeLibraryModel object.

node_library
NodeLibraryModel · object
required

Single node library object