Knowledge Graphs

Create a knowledge graph from a .zip archive

Creates a brand-new knowledge graph owned by the caller from a .zip produced by GET /{kg_id}/archive. All ids are reminted, so uploading the same archive repeatedly produces independent graphs. Fails with 400 if the archive references a package not available in this deployment.

post/api/v0/knowledge-graphs/archive

Response

Successful Response

knowledge_graph_idstring uuid required
namestring required
package_countinteger required
document_countinteger required
visual_component_countinteger required
node_countinteger required
edge_countinteger required
extraction_run_countinteger required
extraction_source_countinteger required
attribute_claim_countinteger required
fact_resolution_countinteger required

Changes