When text is submitted for processing, it is queued to ensure a stable response even under high load. To obtain the results, send a GET request to the https://api.groupdocs.cloud/v2.0/rewriter/{task}/text/{request ID} GroupDocs.Rewriter Cloud REST API endpoint, where task means what you want to do: detect, paraphrase, simpllify, summarize or synonymize. This request does not require access token.
Processed texts
Processed texts are returned in JSON format in the response body and are slightly different according to task.
{"paraphraseReult":"Hello, everyone! We are going to try to recast this text as something new.","paraphraseResults":null,"sourceList":null,"targetList":null,"statusCode":200,"message":"Text processed successfully"}
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.