2017 © Pedro Peláez
 

api article-rewriter-api

Paraphrases submited article, essay or any other piece of writing.

image

gyvastis/article-rewriter-api

Paraphrases submited article, essay or any other piece of writing.

  • Sunday, February 7, 2016
  • by Gyvastis
  • Repository
  • 4 Watchers
  • 14 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 16 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

article-rewriter-api

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)

Usage

$ 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?"
    }
}

Note

Use this at your own risk, as it depends on a third party. Consider using a proxy too., (*9)

Bitdeli Badge, (*10)

The Versions

07/02 2016

dev-master

9999999-dev

Paraphrases submited article, essay or any other piece of writing.

  Sources   Download

The Requires

 

by Vaidas