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
Example response
{
"status": "ok"
}