Configuring a Classifier
Classification Processor 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 classification processor with your configuration
- Update a classifier with a given config - Modify an existing classifier’s configuration
- Run an existing classifier with a given config - Ephemerally execute an existing classifier with a custom configuration that overrides the classifiers’s existing settings
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 ClassificationConfig
in our API reference.
When working with the ClassificationConfig
, you can configure several key aspects, such as:
- Prompts - Custom instructions that guide how the classifier categorizes documents
- Classifications - Define the categories and rules for document classification
- Classifier version - Specify which version of the classification model to use
- Advanced options - Configure context limits, multimodal processing, page ranges, and other specialized settings