{"name":"Meeting Notes Structuring API","version":"1.0.0","description":"Structure raw meeting notes into attendees, topics, decisions, action items, and next steps. NLP-based parsing with zero LLM dependency.","endpoints":{"health":"GET  /meeting-notes/health","structure":"POST /meeting-notes/api/v1/structure","action_items":"POST /meeting-notes/api/v1/action-items","summary":"POST /meeting-notes/api/v1/summary","mcp":"POST /meeting-notes/mcp (JSON-RPC 2.0)"},"examples":{"structure":{"method":"POST","url":"/meeting-notes/api/v1/structure","body":{"text":"Meeting notes raw text..."}},"action_items":{"method":"POST","url":"/meeting-notes/api/v1/action-items","body":{"text":"ACTION: @john to review PR by Friday"}},"summary":{"method":"POST","url":"/meeting-notes/api/v1/summary","body":{"text":"Meeting notes raw text...","max_length":500}}}}