API Reference
Export Graph Data
Export a knowledge graph in Cypher or JSON.
POST
/
v1
/
storage
/
export
/
Body
application/json
api_key
string
requiredThe Unize AI API key you generated from the Unize AI dashboard.
execution_id
string
requiredThe execution ID of the graph from which you want to extract data (e.g., nodes, relationships, or Cypher queries)
cypher_query
boolean
default: falseIf true, the response will contain the Cypher query you can use to visualize the generated graph via Neo4j AuraDB.
Response
200 - application/json
graph
object
requiredExtracted nodes, relationships, and Cypher Query from the document.
latest_graph_merge_data
object
requiredContains metadata regarding the status of the graph's creation or update process.