Import nodes from CSV

Upload a CSV file to create nodes. The first row is treated as column headers (property names). Each subsequent row creates one node with the specified label. Property types are auto-detected (integer → float → boolean → string).

post/api/import/csv

Response

Import successful

statusstring
nodes_createdinteger
labelstring
columnsstring[]

Example response

{
  "status": "ok"
}

Changes

Changed in 3 of the 17 revisions of this API.12