API Reference
Create Graph
Create a graph from documents asynchronously.
Instead of blocking on the potentially slow entity/relationship extraction, we immediately
create a placeholder graph with status = "processing"
. A background task then fills in
entities/relationships and marks the graph as completed.
POST
Headers
Body
application/json
Request model for creating a graph
Response
200
application/json
Successful Response
Represents a knowledge graph