Paraphrasing Tool APIs
Documentation
Are you looking for a seamless way to integrate advanced paraphrasing tool into your application, website, or software? Look no further! Our Paraphrasing Tool API offers a cutting-edge solution that will transform the way you handle text content.
How it works?
Follow the simple steps mentioned below to use our Paraphrasing APIs:
1. Sign Up: Create an account and get API access credentials
2. Integrate: Use the steps mentioned in documentation to integrate Paraphrasing APIs with your application
3. Paraphrase: Start sending text through the API and receive expertly paraphrased results in an instant.
Paraphrasing APIs Integration Guide
URL (POST):
Use POST request and the API endpoint URL for making POST requests to paraphrase text is:
https://resources.paraphrasingtool.ai/endpoint/paraphrase.php
Payload:
Here’s the break down of the components of above payload:
- uid (User ID): This is your unique User ID associated with your account. It helps the API identify and track your requests. Replace
[Your User ID]
with your actual User ID. - key (API Key): Your API key serves as authentication for your requests. Replace
[Your API key]
with your actual API key. - text: This is where you provide the text you want to paraphrase. Replace the provided example text with the content you wish to paraphrase.
- mode: Set this parameter to your desired mode to specify the mode of paraphrasing. We have 10 modes of paraphrasing including free_rewriter, text_improver, near_human, plagiarism_remover, sentence_rephraser, creative, formal, casual, professional, witty
- dest (Destination Language): Specify the destination language for the paraphrased output. In this case,
"en"
represents English. Below are the languages and their code:
Languages | Code |
English | en |
Spanish | es |
Dutch | nl |
German | de |
Indonesian | id |
Portuguese | pt |
Russian | ru |
Ukrainian | uk |
French | fr |
Turkish | tr |
Vietnamese | vi |
Chinese | zh-CN |
Japanese | ja |
Arabic | ar |
Italian | it |
Persian | fa |
Swedish | sv |
Croatian | hr |
Malay | ms |
Norwegian | no |
{
"uid": "[Your User ID]",
"key": "[Your API key]",
"text": "In the shortest and most direct description, content marketing is a marketing strategy that focuses on creating and sharing consistent and relevant content.",
"mode": "free_rewriter",
"dest": "en"
}
Headers:
The format of the data being sent in the request is JSON
{
'Content-Type': 'application/json'
}
Output:
- success: This field indicates whether the API request was successful (
true
) or not (false
). - message: A message describing the outcome of the request. In this case, it’s “Success!” indicating that the paraphrasing process was completed without issues.
{
"success": true,
"message": "Success!",
"paraphrase": "The simplest and most straightforward way to describe content marketing is as a marketing strategy that emphasizes producing and disseminating reliable, pertinent content.",
"mode": "free_rewriter",
"characters": 156
}
Get started now and experience the future of content: