Health
Entities
Assets
Collections
Namespaces
Feature Extractors
Classify Features against Taxonomy
Starts an asynchronous task to classify features within collections for a given taxonomy.
Headers
Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings. Example: 'Bearer sk_1234567890abcdef'
Optional namespace for data isolation. This can be a namespace name or namespace ID. Example: 'netflix_prod' or 'ns_1234567890'. To create a namespace, use the /namespaces endpoint.
Path Parameters
The name or id of the taxonomy to use for discovery
Body
List of collection names or ids to search for features
Configuration for feature assignment behavior
Whether to append the classification to the feature, if false, replaces any existing classification
Minimum confidence score required for classification (only used in threshold mode)
0 < x < 1
Whether to assign the taxonomy to the feature
How to assign classifications: either all above threshold (THRESHOLD) or only the closest match (NEAREST)
threshold
, nearest
Filters to apply to the discovery task
Logical AND operation
Logical AND operation
Logical AND operation
Whether to perform case-sensitive matching
Logical NOR operation
Whether to perform case-sensitive matching
Logical NOR operation
Logical AND operation
Whether to perform case-sensitive matching
Logical NOR operation
Logical OR operation
Whether to perform case-sensitive matching
Whether to perform case-sensitive matching
Logical NOR operation
Logical AND operation
Logical AND operation
Whether to perform case-sensitive matching
Logical NOR operation
Whether to perform case-sensitive matching
Logical NOR operation
Logical AND operation
Whether to perform case-sensitive matching
Logical NOR operation
Logical OR operation
Whether to perform case-sensitive matching
Logical OR operation
Logical AND operation
Whether to perform case-sensitive matching
Whether to perform case-sensitive matching
Logical NOR operation
Whether to perform case-sensitive matching
Logical OR operation
Whether to perform case-sensitive matching
Number of feature samples to process, if None, all features that match the filters are processed
Was this page helpful?