Plain Text Rewriting

Rewrite Plain Text API

This API allows you to rewrite (or paraphrase) plain text from your request.

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/text" \
-H "Authorization: Bearer TOKEN" \
-H "Content-Type: application/json" \
-d "'[{\"language\": \"en\", \"text\": \"Our shop is closed next week\"}]'"

Response

{
    "status": "ok",
    "message": "Text rewrited successfully",
    "result": "Our shop will be closed next week"
}

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