Mixpeek Logo
    Text

    Legal Clause Detector

    Identify and classify legal clauses in contracts

    Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.

    Input

    Enter the text you want to process

    Types of clauses to detect. Default: indemnification,termination,confidentiality,limitation_of_liability

    Minimum confidence threshold. Default: 0.75

    Output

    {
    "clauses": [
    {
    "type": "indemnification",
    "text": "...",
    "confidence": 0.92,
    "start": 1200,
    "end": 1450
    }
    ]
    }