Export the knowledge graph data
Send the API generated from the Playground:
Authorization: <api_key>
The graph_id
of the knowledge graph to be exported. A graph_id
is an alphanumeric string that uniquely identifies a knowledge graph.
Determines the structure of the graph object in the response. When false
, the API returns a JSON object with graph.nodes
and graph.relationships
. When set to true
, the response includes only the graph.cypher
property, which contains the full graph in Cypher Query format.
The response is of type object
.