{"openapi":"3.1.0","info":{"title":"Text Analyzer","description":"This tool counts and analyzes text statistics like word count, character count, and readability level while identifying your most frequently used words.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/text-analyzer":{"get":{"operationId":"textAnalyzer","summary":"This tool counts and analyzes text statistics like word count, character count, and readability level while identifying your most frequently used words.","parameters":[{"name":"text_input","in":"query","required":false,"description":"Text to analyze","schema":{"type":"string"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}