Back to catalog
📝

Proofread and Grammar Check API

API Key

The Proofreading and Grammar Check API ensures the provided text is grammatically correct and polished by automatically proofreading and checking for errors

📝Text AnalysisHTTPSCORS enabled

Proofread and Grammar Check API

Automated grammar correction and proofreading

Original TextTheir going to the store tommorrow.
Corrected TextThey're going to the store tomorrow.
Errors Found2
Error TypesSpelling, grammar
LanguageEn-US

Sample Response

response.json
1{
2 "original_text": "Their going to the store tommorrow.",
3 "corrected_text": "They're going to the store tomorrow.",
4 "errors_found": 2,
5 "error_types": "spelling, grammar",
6 "language": "en-US"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://apyhub.com/utility/sharpapi-proofread-grammer-check" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs