Authorizations
Send the API generated from the Playground:
Authorization: <api_key>
Body
A unique identifier or label for the knowledge graph being imported. It should be descriptive enough to indicate the graph's content, purpose, or source (e.g., 'medical_research_graph' or 'customer_support_kg').
200An alphanumeric string that uniquely identifies a knowledge graph. Provide the graph_id of an existing knoweldge graph to update it with the imported data. If omitted, a new knoweldge graph will be created instead.
The Cypher Query string representing the knowledge graph to be imported. This string should contain valid Cypher commands that define the nodes and relationships of the graph. Ignored if use_file_upload is true.
500000If true, server will return a presigned URL for uploading a Cypher file.