Grammar Checker | Sentence Corrector | Multilingual API
收藏Grammar Checker | Sentence Corrector | Multilingual API 数据集概述
基本信息
- API名称: Grammar Checker | Sentence Corrector | Multilingual API
- 提供商: Bilgisam Ltd
- 类别: 文本分析 (Text Analysis)
- 订阅用户数: 31
- API评分: 9.5 (Popularity)
- 服务等级: 82%
- 延迟: 9954ms
定价计划
- BASIC: $0.00 / 月
- PRO: $9.99 / 月
- ULTRA: $47.00 / 月
- MEGA: $179.00 / 月
功能概述
- 支持超过100种语言的语法检查和句子修正。
- 实时语法检查。
- 基于上下文的句子修正。
- 适用于内容创作者、在线学习平台和翻译工具。
主要端点
1. 检查文本 (Check Text)
-
方法: POST
-
URL:
/checkText -
功能: 检查文本的语法和拼写错误。
-
请求参数:
language: 语言代码 (默认: en)checkType: 检查类型 (grammar, spelling, all)style: 写作风格 (academic, business, casual, general)
-
请求体: json { "text": "Your text to check" }
-
响应示例: json { "result": { "errors": [ { "type": "spelling|grammar", "text": "incorrect text", "suggestion": "correct text", "explanation": "explanation of error", "severity": "high|medium|low", "position": { "start": number, "end": number } } ], "statistics": { "totalErrors": number, "grammarErrors": number, "spellingErrors": number, "styleIssues": number, "errorDensity": number }, "overallScore": number, "readabilityMetrics": { "fleschKincaid": number, "averageSentenceLength": number, "complexWords": number } }, "status": "success|error" }
2. 修正文本 (Correct Text)
-
方法: POST
-
URL:
/correctText -
功能: 根据指定风格修正和改进文本。
-
请求参数:
language: 语言代码 (默认: en)style: 写作风格 (academic, business, casual, general)
-
请求体: json { "text": "Your text to correct" }
-
响应示例: json { "result": { "correctedText": "corrected text", "corrections": [ { "original": "original text", "corrected": "corrected text", "type": "correction type", "explanation": "explanation" } ], "improvements": { "clarity": ["improvement suggestions"], "conciseness": ["improvement suggestions"], "style": ["improvement suggestions"] }, "statistics": { "totalCorrections": number, "improvementScore": number, "readabilityChange": "description" } }, "status": "success|error" }
3. 分析写作 (Analyze Writing)
-
方法: POST
-
URL:
/analyzeWriting -
功能: 分析写作风格和质量。
-
请求参数:
language: 语言代码 (默认: en)style: 写作风格 (academic, business, casual, general)
-
请求体: json { "text": "Your text to analyze" }
-
响应示例: json { "result": { "styleAnalysis": { "tone": "description", "formality": "description", "clarity": "description", "coherence": "description", "styleScore": number }, "vocabularyAnalysis": { "diversity": number, "complexity": "description", "uniqueWords": number, "advancedWords": "description" }, "structureAnalysis": { "sentenceVariety": "description", "paragraphStructure": "description", "textFlow": "description", "transitionQuality": "description" }, "contentQuality": { "argStrength": "description", "evidence": "description", "development": "description", "focus": "description" }, "recommendations": { "styleImprovements": ["suggestions"], "structureImprovements": ["suggestions"], "contentImprovements": ["suggestions"], "generalSuggestions": ["suggestions"] }, "overallAssessment": { "score": number, "strengths": ["points"], "weaknesses": ["points"], "summary": "text" } }, "status": "success|error" }
提供商信息
- 名称: Bilgisam Ltd
- 订阅方式: 需注册以联系提供商




