X

API Documentation

Great News! Paraphrasing APIs are now avaialble for all users including free users.
Prepost 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 prepostseo API. It's Easy and Fast

Check Account Status:

Checking your account status with curl

curl -X POST https://www.prepostseo.com/apis \ -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

curl -X POST https://www.prepostseo.com/apis/checkparaphrase \ -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)
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:

{
  "originalContent":"Features of Prepostseo Paraphrase Online Tool The Prepostseo 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 Prepostseo Paraphrase Online Tool The Prepostseo 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
}

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