Skip to main content

Run a Neo4j cypher query.

POST 

https://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

Request

Body

required
    query Queryrequired

Responses

Successful Response

Schema
    any
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"
}'
Request Collapse all
Base URL
https://robokop-automat.apps.renci.org
Body required
{
  "query": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!