v1

latestOpenAPI 3.1.0Apache-2.02026-07-17111518.0 KB

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"
}