curl --request GET \
--url https://apigcp.trynia.ai/v2/vaults/{vault_id}/graph \
--header 'Authorization: Bearer <token>'{}Return the wikilink graph as nodes + edges for visualization.
Walks all concept/entity/note pages, parses [[wikilinks]], and builds a force-directed-ready JSON structure. No LLM calls — pure file parsing.
curl --request GET \
--url https://apigcp.trynia.ai/v2/vaults/{vault_id}/graph \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://docs.trynia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?