v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBTaxonomies
Add a taxonomy node derived from a document selection
Add a node to an existing flat taxonomy from a document selection.
The node is an ordinary document in the taxonomy's node (source) collection: its anchor vector is the centroid of the referenced documents' stored vectors and its label is node_label. Future documents enriched through this taxonomy are labeled with the nearest node's label.
Only stored vectors are read — no re-embedding or GPU work. Documents that can't contribute (missing, no matching vector) are skipped and reported in documents_skipped; the call fails only when NO document contributes.
Hierarchical taxonomies are not supported here (their nodes are whole collections) — the error points you to the flat-taxonomy path.
post/v1/taxonomies/{taxonomy_identifier}/nodes/from-documents
Path parameters
taxonomy_identifierstring required
Taxonomy ID or name
Taxonomy ID or name
Request body
Response
Successful Response