Paraphrase texts and documents from the command line

Interact with GroupDocs.Rewriter REST API directly from the command line or Bash scripts without installing any software. Automatically paraphrase texts and documents with the quality of the professional copyrighter.

  • GroupDocs.Rewriter Cloud SDK for cURL
  • GroupDocs.Rewriter Cloud SDK for .NET
  • GroupDocs.Rewriter Cloud SDK for Python
Start Free Trial

GroupDocs.Rewriter is an easy-to-use and versatile online service for rephrasing the texts with full preservation of the meaning. Its advanced AI reads and understands the text and then rephrases it in various wordings, providing a plagiarism-free result without losing the original meaning. While the background process is very complex and resource-intensive, you do not have to worry about formulas, machine learning, and load – our cloud services do all the work.

The service provides a versatile and easy-to-use REST API, which can be accessed without installing any software. Just use cURL commands and combine them into scripts for complex tasks. You can also use third party REST API tools like Postman. This allows you to use GroupDocs.Rewriter on any platform with an internet connection, even those not yet covered by the SDK.

Advanced features of document paraphrasing REST API

Creates unique content while fully preserving the original message

Supports Microsoft Office, OpenOffice and PDF documents without additional software

Converts paraphrased documents to different formats

Processes files from URLs and public repositories

Works on any device and platform, including smartphones

API explorer based on Swagger collection

Any language, platform and storage service provider

GroupDocs.Rewriter is a REST API that can easily be integrated into any application written in any programming language capable of handling HTTP requests and responses. It natively supports all popular cloud storage services such as Google Cloud, Drive, DropBox and Amazon S3 to interact without any dependencies.

Rewrite Word document - cURL

//Get your App SID, App Key and Storage Name at https://dashboard.groupdocs.cloud (free registration is required).
curl -X POST "https://api.groupdocs.cloud/v1.0/rewriter/document" \
-H "Authorization: Bearer TOKEN" \
-H "Content-Type: application/json" \
-d "'[{\"format\": \"docx\", \"language\": \"en\", \"name\": \"test.docx\", \"folder\": \"\", \"savepath\": \"\", \"savefile\": \"rewrited.docx\", \"storage\": \"First Storage\"}]'"

and response

{
    "status": "ok",
    "message": "word file saved successfully"
}

Quick start with GroupDocs.Rewriter REST API

GroupDocs.Rewriter Cloud API comes with detailed developer references and live code examples for all major programming languages to start working with API features in no time. Simply create a free account at GroupDocs Cloud, get APP SID & Key information to communicate with GroupDocs Cloud API and you are ready to make an API request on any platform using cURL commands.

Rewrite plain text - cURL

  //Get your App SID, App Key and Storage Name at https://dashboard.groupdocs.cloud (free registration is required).
  curl -X POST "https://api.groupdocs.cloud/v1.0/rewriter/text" \
  -H "Authorization: Bearer TOKEN" \
  -H "Content-Type: application/json" \
  -d "'[{\"language\": \"en-fr\", \"text\": \"The client’s mission is to make the world a healthier place and to make traveling and visiting public places safer and more comfortable for people.\"}]'"

  //and response

  {
      "status": "ok",
      "message": "Text rewrited successfully",
      "result": "The mission of the client is to make travel and visiting public spaces safer and more convenient for people."
  }

Support and Learning Resources

GroupDocs.Rewriter Cloud offers SDKs for popular programming languages and platforms:

  English
4bde1f0