Custom Categories
Custom categories let a team define its own fraud patterns from example phrases, called scenarios. Once a category is ready, it is scored alongside the built-in catalog — or instead of it, if the team has disabled the built-ins with Team Settings.
Embedding lifecycle
Categories embed asynchronously after creation. A category is only used for scoring once its status is ready.
List categories
Returns the team’s settings, the built-in categories, the team’s custom categories with their scenarios and overlap warnings, and calibration status.
GET https://app.resemble.ai/api/v2/signal/custom_categories
calibration is null until the team’s categories have been calibrated. overlaps lists calibration warnings where this category was confused with another one.
Create a category
POST https://app.resemble.ai/api/v2/signal/custom_categories
Request parameters
Response
Response fields
Validation errors return 422 Unprocessable Entity:
Get a category
GET https://app.resemble.ai/api/v2/signal/custom_categories/{id}
Returns the same item shape as create. Unknown identifiers return 404 Not Found.
Update a category
PATCH https://app.resemble.ai/api/v2/signal/custom_categories/{id}
Accepts any subset of the create parameters.
Supplying scenarios replaces the entire example set and re-triggers embedding. The category returns to pending until embedding completes.
Delete a category
DELETE https://app.resemble.ai/api/v2/signal/custom_categories/{id}
