Document API is for accessing Divooka documents from outside Divooka GUI editor. You can use it in C# through Nuget, Pure with standard libraryes, Python with Divooka package, and MiniParcel.
Pure
Import()
var canvas = ....()
foreach(var node in canvas.)
WriteLine();