API Reference
Create Graph
Create a new graph based on document contents.
The graph is created asynchronously. A stub graph record is returned with
status = "processing"
while a background task extracts entities and
relationships.
Args: request: Graph creation parameters including name and optional filters. auth: Authentication context authorizing the operation.
Returns:
The placeholder :class:Graph
object which clients can poll for status.
POST
Headers
Body
application/json
Request model for creating a graph
Response
200
application/json
Successful Response
Represents a knowledge graph