Document Rewriting

Rewrite Document API

This API allows you to rewrite (or paraphrase) a document from GroupDocs Cloud Storage.

API Explorer

GroupDocs.Rewriter Cloud API Reference lets you try out Rewrite Document API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose.

Request parameters

ParameterDescription
userRequestString that represents list of JSONs precised in JSON Request Details.
Required.

cURL Example

Request

curl -X POST "https://api.groupdocs.cloud/v1.0/rewriter/document" \
-H "Authorization: Bearer TOKEN" \
-H "Content-Type: application/json" \
-d "'[ { \"format\":\"docx\", \"outformat\":\"docx\", \"language\":\"en\", \"name\":\"document.docx\", \"folder\":\"myFolder\", \"savepath\":\"myFolder\", \"savefile\":\"paraphrasedDoc.docx\", \"storage\":\"MyStorage\" }]'"

Response

{
    "status": "ok",
    "message": ".docx file saved successfully, file was fully rewrited"
}

SDKs

Our API is completely independent of your operating system, database system or development language. You can use any language and platform that supports HTTP to interact with our API. However, manually writing client code can be difficult, error-prone and time-consuming. Therefore, we have provided and support API SDKs in many development languages in order to make it easier to integrate with us. If you use SDK, it hides the File API calls and lets you use GroupDocs Cloud features in a native way for your preferred language.

SDK Examples