Create Items

Can be used in 2 ways: Provide Items without pre-generated sequential Ids (UUIDs/GUIDs) and place their children within the Children field OR provide Items with pre-generated Ids (use of sequential COMB GUID generation algorithm is mandatory) and their child Items with according Relations all as top level items not using the Children field at all (this second option is much more performant, as it doesn't have to recursively traverse the tree of Items and their children). Returns an array of the newly created Items' Ids (UUIDs/GUIDs). The Ids of child Items' that are nested within the Children fields are not returned - only the Ids of the newly created top level Items are returned.

Language
Authorization
http
Click Try It! to start a request and see the response here!