Initialize a GraphRAG workspace for a vault to enable advanced knowledge graph and retrieval-augmented generation capabilities. This creates the necessary infrastructure for semantic document analysis and graph-based querying within the vault.
cURL
curl --request POST \ --url https://api.case.dev/vault/{id}/graphrag/init \ --header 'Authorization: Bearer <token>'
{ "success": true, "vault_id": "vault_abc123", "status": "initialized", "message": "GraphRAG workspace initialized successfully" }
API key starting with sk_case_
sk_case_
The unique identifier of the vault
GraphRAG workspace initialized successfully
Was this page helpful?