post http://localhost:9100/api/versioned/v1/projects//taxonomy
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.