Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Export the graph in canonical binary format.
/export
{ "success": true, "data": "S1JFWA...", "checksum": 12345678, "error": null }
{ "success": false, "data": null, "checksum": null, "error": "Failed to build graph snapshot: ..." }
success
data
checksum
error
curl -X POST http://localhost:8080/export \ -H "Authorization: Bearer your-api-key"
Was this page helpful?