API Reference
Generate Graph
Generate a knowledge graph using one or more text documents.
POST
/
v1
/
storage
/
generate
/
Body
application/json
api_key
string
requiredThe Unize AI API key you generated from the Unize AI dashboard.
documents
object[]
requiredA minimum of 1 document is required.
execution_id
string
The execution_id
of an existing graph you want to update with new data. This is optional.
goal
string
Your goal or the main theme of your graph. Minimum 10 characters and maximum 750 characters.
Required string length:
10 - 750
system
enum<string>
default: ST-0.5The system to use for generating the graph. Default is ST-0.5.
Available options:
ST-0.5
Response
202 - application/json
execution_id
string
requiredAn alphanumeric string that uniquely identifies this graph generation request.