Warning: The GitBook API has not been released and is meant to change.
Rousseau provides an API to easily proofready and spellcheck texts. The proofreading API is built on top of the open source utility Rousseau. The spellchecker is using the Hunspell dictionaries.
The API is accessible at https://rousseau.gitbook.com
.
POST https://rousseau.gitbook.com/document
{ "document": "Hello World" }
POST https://rousseau.gitbook.com/words
{ "words": ["Hello", "World"] }