/
/Samyama Graph Database API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 12m ago · Updated 6d ago
  • postExecute a Cypher query
  • getGet graph schema
  • postImport nodes from CSV
  • postImport nodes from JSON
  • getGet server status
  • getList all tenants
  • postCreate a new tenant
  • getGet a tenant
  • deleteDelete a tenant
  • patchUpdate tenant settings
  • postSample a representative subgraph
  • getList vector indexes
  • postCreate a vector index
  • postk-nearest-neighbour search over a vector index
  • postExport a tenant as a portable .sgsnap snapshot
  • postImport a .sgsnap snapshot into a tenant
  • postDeclare the governed enrichment (GAK) policy
  • postRun governed enrichment over a query's surfaced nodes
  • postPromote quarantined enrichments that clear the trust floor
  • postTranslate a natural-language question into read-only Cypher

Import a .sgsnap snapshot into a tenant

The body is multipart/form-data, not a raw octet stream — posting the bytes directly is the mistake this description exists to prevent. Import merges into the target tenant rather than replacing it.

post/api/snapshot/import

Response

The snapshot was imported

Changes

Changed in 1 of the 17 revisions of this API.○1

  • Aug 18, 20269b1635d24ee5○1See the full diff
    • ○

      endpoint added

      endpoint-added

Full history