Sign In

Sign Up

email
password
or sign in with
Loading...

API Documentation

Paraphrasing APIs are not available for users with all A.I. modes. To check real time integration you can check the paraphrasing tool.
Easy to integrate APIs, you can integrate paraphrase apis with any platform, even its android, iOS or a web application..

Get Paraphrase APIs

All 13+ languages are available in APIs.

Check Account Status:

Checking your account status with curl

curl -X POST https://www.paraphraser.io/apis \ -d "key=YOUR_KEY"

Response:

{   "name":"John doe",   "queries_limit" : 20000,   "queries_used" : 1067,   "account_status" : "active" }

Paraphrasing API for Full Article:

Use this method when you want to rewrite an article. The maximum number of words in a content checking is 5000 Characters via this API. In this method, you will get paraphrased text without styling.

curl -X POST https://www.paraphraser.io/paraphrasing-api \ -d "key=YOUR_KEY" -d "data=The online paraphrase tool ...... rewording articles." -d "lang=LANGUAGE i.e en" -d "mode=Mode i.e 1" -d "style=0 i.e 0"

In this method, you will get paraphrased text with styling e.g bold the paraphrased text.

curl -X POST https://www.paraphraser.io/paraphrasing-api \ -d "key=YOUR_KEY" -d "data=The online paraphrase tool ...... rewording articles." -d "lang=LANGUAGE i.e en" -d "mode=Mode i.e 0" -d "style=1 i.e 1"
NOTE: Languages and Modes are explained here

We Support languages:

Language Code Language Code
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
Swedish sv Romanian ro

Modes:

Mode Value
Word Changer 0
Fluency 1
Advanced 2
Creative 3
Smarter 4
Shorten 5

Response:

{
  "queriesUsed":1, 
  "originalContent":"You can easily make your content plagiarism-free whether you are writing a book or for a client with the Free Paraphrase tool.",
  "paraphrasedContent":"Free paraphrase tools allow you to make your content non-plagiaristic, whether you are writing a book or for clients." 
}

If you're having trouble integrating the API into your system, let us do the work for you. contact us.

affiliate img