v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBTaxonomies
Create a taxonomy from a document selection (one gesture)
Promote a document selection (e.g. a lasso/cluster selection in the cluster visualization) into a NEW flat taxonomy in one call.
Creates, in order:
- a node collection mirroring the selection's vector index (same vector name, dimensions, and feature_uri — no re-embedding, no GPU work),
- a vector-search retriever over it,
- the flat taxonomy wired to both (input_mappings map an incoming document's stored embedding onto the retriever),
- the first node: a document whose anchor vector is the centroid of the referenced documents' stored vectors, labeled node_label.
Documents enriched through the taxonomy afterwards are labeled with the nearest node's label. To add more nodes later, use POST /v1/taxonomies/{taxonomy_id}/nodes/from-documents.
Resources created before a failing step are cleaned up best-effort.
post/v1/taxonomies/from-documents
Request body
Response
Successful Response