Grammar Check API
============
Grammar Check is a simple tool for checking the grammar and spelling of a text. It returns the corrected text.



This is a Python API Wrapper for the [Grammar Check API](https://apiverve.com/marketplace/api/grammarcheck)
---
## Installation
pip install apiverve-grammarcheck
---
## Configuration
Before using the grammarcheck API client, you have to setup your account and obtain your API Key.
You can get it by signing up at [https://apiverve.com](https://apiverve.com)
---
## Usage
The Grammar Check API documentation is found here: [https://docs.apiverve.com/api/grammarcheck](https://docs.apiverve.com/api/grammarcheck).
You can find parameters, example responses, and status codes documented here.
### Setup
```
# Import the client module
from apiverve_grammarcheck.apiClient import GrammarcheckAPIClient
# Initialize the client with your APIVerve API key
api = GrammarcheckAPIClient("[YOUR_API_KEY]")
```
---
### Perform Request
Using the API client, you can perform requests to the API.
###### Define Query
```
query = { "text": "The the pig snorted when I saW it on the barn gate. I was a little mad becuase it woke up my pupppppy" }
```
###### Simple Request
```
# Make a request to the API
result = api.execute(query)
# Print the result
print(result)
```
###### Example Response
```
{
"status": "ok",
"error": null,
"data": {
"modified": true,
"text": "The pig snorted when I saw it on the barn gate. I Was a little mad because it woke up my puppy."
},
"code": 200
}
```
---
## Customer Support
Need any assistance? [Get in touch with Customer Support](https://apiverve.com/contact).
---
## Updates
Stay up to date by following [@apiverveHQ](https://twitter.com/apiverveHQ) on Twitter.
---
## Legal
All usage of the APIVerve website, API, and services is subject to the [APIVerve Terms of Service](https://apiverve.com/terms) and all legal documents and agreements.
---
## License
Licensed under the The MIT License (MIT)
Copyright (©) 2024 APIVerve, and Evlar LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Raw data
{
"_id": null,
"home_page": null,
"name": "apiverve-grammarcheck",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "grammar check, grammar checker, grammar check api, grammar check tool, grammar check software",
"author": null,
"author_email": "APIVerve <hello@apiverve.com>",
"download_url": null,
"platform": null,
"description": "Grammar Check API\r\n============\r\n\r\nGrammar Check is a simple tool for checking the grammar and spelling of a text. It returns the corrected text.\r\n\r\n\r\n\r\n\r\n\r\nThis is a Python API Wrapper for the [Grammar Check API](https://apiverve.com/marketplace/api/grammarcheck)\r\n\r\n---\r\n\r\n## Installation\r\n\tpip install apiverve-grammarcheck\r\n\r\n---\r\n\r\n## Configuration\r\n\r\nBefore using the grammarcheck API client, you have to setup your account and obtain your API Key. \r\nYou can get it by signing up at [https://apiverve.com](https://apiverve.com)\r\n\r\n---\r\n\r\n## Usage\r\n\r\nThe Grammar Check API documentation is found here: [https://docs.apiverve.com/api/grammarcheck](https://docs.apiverve.com/api/grammarcheck). \r\nYou can find parameters, example responses, and status codes documented here.\r\n\r\n### Setup\r\n\r\n```\r\n# Import the client module\r\nfrom apiverve_grammarcheck.apiClient import GrammarcheckAPIClient\r\n\r\n# Initialize the client with your APIVerve API key\r\napi = GrammarcheckAPIClient(\"[YOUR_API_KEY]\")\r\n```\r\n\r\n---\r\n\r\n\r\n### Perform Request\r\nUsing the API client, you can perform requests to the API.\r\n\r\n###### Define Query\r\n\r\n```\r\nquery = { \"text\": \"The the pig snorted when I saW it on the barn gate. I was a little mad becuase it woke up my pupppppy\" }\r\n```\r\n\r\n###### Simple Request\r\n\r\n```\r\n# Make a request to the API\r\nresult = api.execute(query)\r\n\r\n# Print the result\r\nprint(result)\r\n```\r\n\r\n###### Example Response\r\n\r\n```\r\n{\r\n \"status\": \"ok\",\r\n \"error\": null,\r\n \"data\": {\r\n \"modified\": true,\r\n \"text\": \"The pig snorted when I saw it on the barn gate. I Was a little mad because it woke up my puppy.\"\r\n },\r\n \"code\": 200\r\n}\r\n```\r\n\r\n---\r\n\r\n## Customer Support\r\n\r\nNeed any assistance? [Get in touch with Customer Support](https://apiverve.com/contact).\r\n\r\n---\r\n\r\n## Updates\r\nStay up to date by following [@apiverveHQ](https://twitter.com/apiverveHQ) on Twitter.\r\n\r\n---\r\n\r\n## Legal\r\n\r\nAll usage of the APIVerve website, API, and services is subject to the [APIVerve Terms of Service](https://apiverve.com/terms) and all legal documents and agreements.\r\n\r\n---\r\n\r\n## License\r\nLicensed under the The MIT License (MIT)\r\n\r\nCopyright (©) 2024 APIVerve, and Evlar LLC\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Grammar Check is a simple tool for checking the grammar and spelling of a text. It returns the corrected text.",
"version": "1.1.7",
"project_urls": {
"Documentation": "https://docs.apiverve.com/api/grammarcheck?utm_source=pypi",
"Homepage": "https://apiverve.com?utm_source=pypi",
"Repository": "https://github.com/apiverve/grammarcheck.Python-API",
"Twitter": "https://twitter.com/apivervehq"
},
"split_keywords": [
"grammar check",
" grammar checker",
" grammar check api",
" grammar check tool",
" grammar check software"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "58d80ad741b58190a3701ca8d56a378c9d3c8decc3e03d3c5e76cddbaf06f871",
"md5": "1e525ddd84928b43946bcafa016dc42d",
"sha256": "48fe885f78992495ee9e7e2e1203bd8469d79f75c22c04ac0e2011526bdcb51b"
},
"downloads": -1,
"filename": "apiverve_grammarcheck-1.1.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1e525ddd84928b43946bcafa016dc42d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 7273,
"upload_time": "2025-02-03T22:35:29",
"upload_time_iso_8601": "2025-02-03T22:35:29.715887Z",
"url": "https://files.pythonhosted.org/packages/58/d8/0ad741b58190a3701ca8d56a378c9d3c8decc3e03d3c5e76cddbaf06f871/apiverve_grammarcheck-1.1.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-03 22:35:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "apiverve",
"github_project": "grammarcheck.Python-API",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "apiverve-grammarcheck"
}