dev-master
9999999-devParaphrases submited article, essay or any other piece of writing.
The Requires
by Vaidas
Paraphrases submited article, essay or any other piece of writing.
Paraphrases submited article, essay or any other piece of writing. A.K.A. article spinner., (*1)
After investigating many article spinners, I have discovered one which produces the most comprehensible content of all and made an API wrapper for it., (*2)
$ git clone https://github.com/Gyvastis/article-rewriter-api.git
, (*3)
$ cd article-rewriter-api
, (*4)
$ composer install
, (*5)
Request must be in application/json
, (*6)
Example POST
request to http://yourawesomehost.com/article-rewriter-api/rewrite
with the text you want to check:, (*7)
{ "text":"My pleasure Kim. Please spread the word about the list through the independent bookstores. I know that many of the independent bookstores have blogs or websites. Thank you for your reviews of Indie books. What do you think of that amazing journey?", "include_capitalized": true }
Example JSON
response:, (*8)
{ "success": true, "message": "Text rewritten successfully", "data": { "rewritten_text": "My pleasure Kim. It would be ideal if you spread the news about the rundown through the autonomous book shops. I realize that a hefty portion of the autonomous book shops have web journals or sites. Much obliged to you for your audits of Indie books. What do you think about that stunning trip?" } }
Use this at your own risk, as it depends on a third party. Consider using a proxy too., (*9)
Paraphrases submited article, essay or any other piece of writing.