Creates a new category within the specified analysis model.
Category names must be unique within the same model (case-insensitive). A URL-friendly slug is auto-generated from the name.
Note: Categories can be added to models that already have call analyses.
Requires scope: write:model-category
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The analysis model ID
Request body for creating or updating a category.
Category name. Must be unique within the model.
1 - 128"Opening"
Detailed description of the category purpose
512"Evaluation criteria for call opening and greeting"
Maximum score achievable in this category
x >= 0100
Display order within the model. Lower numbers appear first.
x >= 01
Successful Response
Response model for category.
Unique identifier
1
Parent model ID
1
Category name
"Opening"
Auto-generated slug from name (kebab-case). Used as variable name in JSON responses.
"opening"
Category description
Maximum score achievable in this category
100
Whether the category is active
Creation timestamp
Creator identifier
Display order within the model
Last update timestamp
Last updater identifier