For non-developers or users looking to quickly test Unize AI, we have created a playground in our API Dashboard which you can use to make requests to Unize AI without writing any code. You will need a verified Unize API account and a positive balance in your account (to see how to set up your account, please refer to the Initial Setup page).

Generating a Knowledge Graph

Here is a step-by-step guide on how to generate a knowledge graph using the Playground:
1

Access the Playground

Access the Playground by navigating to the Playground page.Where to find the Playground from the API dashboardWhere to find the Playground from the API dashboard
2

Click on the "Create Graph" button.

Create graph during initial useCreate graph during initial use
3

Input all required information listed on the Create Graph panel, then click "Save".

Explanation on what are the expected information to run the APIExplanation on what are the expected information to run the API

Add a New Document to Existing Graph

You can also add a new document to existing graphs! This allows you to continually expand a knowledge graph, and Unize AI ensures that additional information is added in a coherent manner.
1

Click on the existing knowledge graph you want to add a new document to.

How to add a new document to an existing graphHow to add a new document to an existing graph
2

Click on the "Add Document" button and repeat the process of inputting required information and clicking "Save".

How to add a new document to an existing graphHow to add a new document to an existing graph

Visualizing the Generated Knowledge Graph

To view the generated graph from the API Dashboard, navigate to the Playground and click on the execution_id of the graph you want to visualize. You will be redirected to the graph visualization page. How to visualize a generated graph How to visualize a generated graph The graph visualization page displays the nodes and relationships of the generated graph. You can interact with the graph by zooming in and out, dragging nodes, and clicking on nodes or relationships to view their properties.

Exporting the Knowledge Graph

Currently, Unize API Playground only allows the exporting of the graph using the Cypher Query format.
To view the generated graph from the API Dashboard, navigate to the Playground and select the execution_id of the graph and select “View Cypher.” How to access the Cypher Query of a generated graph How to access the Cypher Query of a generated graph You can then view the Cypher Query of the generated graph. From here, you can download or copy the generated graph as a Cypher file. How to access the Cypher Query of a generated graph How to access the Cypher Query of a generated graph