Import nodes from JSON
Create nodes from an array of JSON objects. Each object becomes one node with the specified label. Object keys become property names; values must be string, number, or boolean (other types are silently skipped).
post/api/import/json
Request body
Response
Import successful
Example response
{
"status": "ok"
}