Graph

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/graph/create

Headers

authorizationstring

Request body

namestring required

Name of the graph to create

filtersobject nullable

Optional metadata filters to determine which documents to include

documentsstring[] nullable

Optional list of specific document IDs to include

end_user_idstring nullable

Optional end-user scope for the operation

Response

Successful Response

idstring
namestring required
metadataobject
system_metadataobject
document_idsstring[]
filtersobject nullable
created_atstring date-time
updated_atstring date-time
folder_namestring nullable
end_user_idstring nullable
app_idstring nullable

Changes