Skip to main content
POST
/
vault
/
{id}
/
graphrag
/
init
curl -X POST "https://api.case.dev/vault/%3Cstring%3E/graphrag/init" \ -H "Authorization: Bearer $CASEDEV_API_KEY"
{
  "success": true,
  "vault_id": "vault_abc123",
  "status": "initialized",
  "message": "GraphRAG workspace initialized successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

The unique identifier of the vault

Response

GraphRAG workspace initialized successfully

success
boolean
vault_id
string
status
string
message
string