Create Node Library
Node Libraries
Create Node Library
Endpoint to create a new node library.
POST
Create Node Library
Authorizations
Retrieve your API Key from Dashboard API Keys Section.
Body
application/json
Unique identifier for the node library
Name of the Node Library
Description of the node library
List of node IDs that are part of this library
Required string length:
24Pattern:
^[0-9a-f]{24}$Enum representing different access control levels.
Available options:
personal, team, system List of user IDs or team IDs that have access to this node library
Required string length:
24Pattern:
^[0-9a-f]{24}$Response
Successful Response
Response model for a single node library. Contains a NodeLibraryModel object.
Single node library object