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..
All 15+ languages are available in APIs.
Checking your account status with curl
curl -X POST https://www.rephrase.info/apis \ -d "key=YOUR_KEY"
{ "name":"John doe", "queries_limit" : 20000, "queries_used" : 1067, "account_status" : "active" }
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"
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 |
Mode | Value |
---|---|
Word Changer | 0 |
Fluency | 1 |
Advanced | 2 |
Creative | 3 |
{ "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.