Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 694 Bytes

readme.md

File metadata and controls

33 lines (21 loc) · 694 Bytes

Grammarly API

Great Writing, Simplified

Build Status

API

URL: https://grammarly-api.now.sh/api/check

?text=${text}

Type: string
Required

Example

curl -X GET \
  'https://grammarly-api.now.sh/api/check?text=The%20slaves%20were%20read-only%20copies%20of%20master.%20But%20not%20to%20worry,%20he%20was%20a%20cripple.' \
  -H 'Content-Type: application/json' \

License

MIT © Bu Kinoshita