Skip to content

bukinoshita/grammarly-api

Repository files navigation

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