API Documentation

Rephrase 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 Rephrase API's

All 15+ languages are available in APIs.

Check Account Status:

Checking your account status with curl

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

Response:

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

Rephrase API for 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.rephrase.info/rephrase-api
\
-d "key=YOUR_KEY"
-d "data=The online paraphrasing tool ...... rewording
    articles."
-d "lang=LANGUAGE i.e en"
-d "mode=Mode i.e 0"
-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.rephrase.info/rephrase-api
\
-d "key=YOUR_KEY"
-d "data=The online paraphrasing 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

Supported 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

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.

X Sign In Sign Up
Loading...