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
Check Account Status:
Checking your account status with curl
-d "key=YOUR_KEY"
Response:
"name":"Jhon Smith",
"queries_limit" : 1500,
"queries_used" : 1000,
"account_status" : "active"
}
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
-d "key=YOUR_KEY"
-d "data=This is unique paragraph ...... black permanent marker."
-d "lang=LANGUAGE i.e en"
-d "mode=Simple | Advanced | Fluency | Creative" (optional)
Response:
{ "originalContent":"Features of editpad.org Paraphrase Online Tool The editpad.org paraphrasing tool is an efficient plagiarism changer when it comes to paraphrasing a written content that has already been written somewhere to avoid plagiarism.", "paraphrasedContent":"Features of editpad.org Paraphrase Online Tool The editpad.org paraphrasing device is an effective plagiarism changer with regards to paraphrasing a written content material thathas already been written someplace to keep away from plagiarism.", "queriesUsed":3 }