Working with texts

GroupDocs.Rewriter can process any amount of text in 3 API calls:

  1. Get access token
  2. Send texts for processing
  3. Fetch results

Because GroupDocs.Rewriter Cloud is provided as a REST API, working with texts can be performed on any platform with Internet access.

We also provide open-source SDKs for a number of popular programming languages, that wrap all routine operations into a few native methods. It makes interaction with GroupDocs.Rewriter Cloud services much easier, allowing you to focus on the task at hand rather than technical details.

Note
Make sure the application has access to the api.groupdocs.cloud domain.

Learn more