Mixpeek Logo
    Enhanced

    Taxonomy Enrichment Pipeline

    Automatically classify and tag content using custom taxonomies. Map your content to IAB categories, custom hierarchies, or industry-specific classifications.

    text
    image
    video
    Multi-Tier
    from mixpeek import Mixpeek
    client = Mixpeek(api_key="YOUR_API_KEY")
    # Create taxonomy
    taxonomy = client.taxonomies.create(
    name="content-categories",
    categories=[
    {"label": "Technology", "children": [
    {"label": "AI/ML"},
    {"label": "Cloud Computing"},
    {"label": "Cybersecurity"}
    ]},
    {"label": "Business", "children": [
    {"label": "Finance"},
    {"label": "Marketing"},
    {"label": "Operations"}
    ]}
    ]
    )
    # Apply taxonomy to collection
    namespace = client.namespaces.create(name="enriched-content")
    collection = client.collections.create(
    namespace_id=namespace.id,
    name="articles",
    extractors=["text-embedding-v2"],
    taxonomy_id=taxonomy.id
    )
    # Content is auto-classified on ingestion
    client.buckets.upload(
    collection_id=collection.id,
    url="s3://your-bucket/articles/"
    )

    Feature Extractors

    Retriever Stages

    Use Cases Using This Recipe

    Advanced
    8 min

    SNF Documentation Intelligence

    Automate MDS assessments and clinical documentation for skilled nursing facilities

    40% less time on charting

    Documentation time reduction

    Who It's For

    SNF operators, MDS coordinators, directors of nursing, and post-acute care organizations managing clinical documentation across skilled nursing facilities

    Intermediate

    Insurance Claims Document Processing

    Extract structured data from claims documents, photos, and correspondence automatically

    70% reduction in manual document handling

    Adjuster data entry time

    Who It's For

    Insurance carriers, claims adjusters, and third-party administrators processing 1,000+ claims monthly across property, casualty, auto, and health lines

    Intermediate

    Media Archive Face Search

    Find every appearance of any person across your entire media archive

    95%+ of appearances found vs. 30% with caption search

    Person search completeness

    Who It's For

    News organizations, entertainment studios, photo agencies, and media archives managing millions of images and video assets featuring identifiable persons

    Advanced

    Video Compliance Monitoring

    Automatically verify regulatory and policy compliance across video content at scale

    10x faster than manual review

    Compliance review speed

    Who It's For

    Compliance teams, broadcast standards departments, advertising regulators, and enterprise communications teams reviewing video content for regulatory adherence

    Related Recipes & Resources

    Explore these related resources to deepen your understanding and discover more powerful features