--- title: Busy Module Text Features emoji: 💬 colorFrom: blue colorTo: green sdk: docker app_port: 7860 pinned: false --- # Text Feature Extraction API Extracts 9 text features from conversation transcripts: explicit intent, response patterns, cognitive load, time pressure, deflection, sentiment (RoBERTa), coherence (Sentence Transformer), and latency. ## API **POST** `/extract-text-features` ```json { "transcript": "I'm driving right now, can't talk", "utterances": ["I'm driving right now", "can't talk"], "question": "How are you doing?" } ``` **GET** `/health`