Configuring a Classifier
Classifier Configuration
“Classifiers” categorize documents into predefined types. These can be configured via either the UI or the API.
Example API Usecases
- Create a classifier with a given config - Set up a new classifier with your configuration
- Update a classifier with a given config - Modify an existing classifier’s configuration
- Run a classifier with config overrides - Execute a classifier with optional config overrides using
classifier.overrideConfig
Webhooks
You can consume classification outputs via webhooks, track updates to your classifier, and more. See Webhook Events for details.
Configurable Fields
You can view full details of the ClassifyConfig in our API reference.
When working with the ClassifyConfig, you can configure several key aspects, such as:
- Classifications - Define the categories and rules for document classification
- Classification Rules - Custom instructions that guide how the classifier categorizes documents
- Base Processor - Specify which classification model to use (required)
- Advanced options - Configure context limits, multimodal processing, page ranges, and other specialized settings
- Parse Config - Configure how documents are parsed before classification

