User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In

Create a taxonomy and add it to a categorization project

Creating a taxonomy and adding it to a specified categorization project requires only a taxonomy name.

Note: Each categorization project can have only one taxonomy. This call fails if a taxonomy is already associated with the project. See Delete a taxonomy of a project -- and all categories.

{
	"name": "sampleTaxonomy"
}

Populating the taxonomy with categories can be done iteratively with Create a category and add it to a categorization project and Bulk upload categories to a categorization project.

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

Language
Click Try It! to start a request and see the response here!