POST
/
api
/
graph
/
data
/

Body

application/json
api_key
string
required

The Unize AI API key you generated from the Unize AI dashboard.

execution_id
string
required

The execution ID of the graph from which you want to extract data (e.g., nodes, relationships, or Cypher queries)

cypher_query
boolean
default: false

If 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
required

Extracted nodes, relationships, and Cypher query from the document.

latest_graph_merge_data
object
required

Contains metadata regarding the status of the graph's creation or update process.