Website is no-follow no-index
Website is no www redirect

Paraphrasing API Documentation

API Documentation

Great News! Paraphrasing APIs are now avaialble for all users including free users.
Editpad.org Paraphrasing API used to integrate content checking system with your website. You can built a realtime paraphrasing tool, just like our tool works. So can also rewrite articles fully or you can also check documents with API.

Each sentence checking consumes a query. If you are checking post content our system will also return how much number of queries used.
You can check Paraphrasing for your content with editpad.org API. It's Easy and Fast

premium-api Get started with the paraphrase API pricing plan Get Started Now

Paraphrasing API for full article or a post content:

This method is used when you want to rewrite an article or post. Maximum words limit of checking content is 5,000 words via API

Request
curl --location https://staging.editpad.org/api/user/paraphrase \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: YOUR_KEY' \
--data '{
    "text": "This is a unique paragraph that you want to paraphrase using a black permanent marker.",
    "mode": "Smooth",
    "lang": "en"
}'
Suppoerted Modes: (Reworded | Formal | Fluency | Creative | Smart | Improver | Academic | Shorten")
NOTE: We Support English (en), Dutch (nl), French (fr), Spanish (es), Germany (de), Português (br), Turkish (tr), Indonesian (id), Russian (ru), Japanese (ja), Chinese (zh), Persian (fa), Vietnamese (vi), Norwegian (no)
Response
{
    "error": false,
    "mode": "smooth",
    "input_words": 15,
    "output_words": 15,
    "output": "This is a distinctive paragraph that you wish to rephrase with a black permanent marker."
}

Help:

Having problem while integrating API with your system, let us do this job for you contact us.