Run a Neo4j cypher query.
POSThttps://robokop-automat.apps.renci.org/string-db/cypher
Runs a cypher query against the Neo4j instance, and returns an equivalent response expected from a Neo4j HTTP endpoint (https://neo4j.com/docs/rest-docs/current/).
Schema
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST 'https://robokop-automat.apps.renci.org/string-db/cypher' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"query": "string"
}'
ResponseClear