Metadata taxonomies can be created using the taxonomy’sDocumentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
displayName and namespace, with related items created using the namespace and taxonomy_key.
Create a metadata taxonomy
Create a new taxonomy that can be referenced by metadata templates. Call the API endpoint with the taxonomy’sdisplayName and namespace. Box will optionally generate a key if you didn’t specify one.
Create metadata taxonomy levels
Before you can add nodes, you must define the hierarchy of your taxonomy by creating one or more levels. Each level represents a hierarchical tier (for example,Country, State, City).
Call the API endpoint with the taxonomy’s displayName, description, and level.
Additional information is available for the and of a taxonomy.
Add an additional level
After defining the initial levels, you can add another level to the end of the existing hierarchy (for example, adding “City” after “Country”). Call the API endpoint with the taxonomy’sdisplayName and description.
Additional information is available for the and of a taxonomy.
Add nodes to the taxonomy
With the hierarchy defined, you can begin adding nodes, which are the data in the taxonomy hierarchy. Call the API endpoint with the taxonomy’sdisplayName, level, and parentId.
Additional information is available for the and of a taxonomy.
