User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
API Reference

Create a Taxonomy

Create a taxonomy and add it to a categorization project

Creating and adding a taxonomy to a categorization project only requires metadata about the taxonomy: the name. Populating the taxonomy with categories can be done through the Categories-related endpoints.

{
	"name": "sampleTaxonomy"
}

Response Fields

Upon success, returns the dataset object describing the created taxonomy.

Language