Forget OpenAI or ChatGPT. Easily rewrite, rephrase, and paraphrase documents online with .NET REST API. Better than Gemini, Microsoft Copilot, and Claude...0/rewriter/text" \ -H "Authorization: Bearer ACCESS_TOKEN" \...
This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of:
Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async
Swagger UI lets you call this REST API directly from the browser.
cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in environment variables CLIENT_ID and CLIENT_SECRET....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " \ --data-binary...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...
GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation.
API usage There are steps that usage of GroupDocs.Signature Cloud consists of:
Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " \ -d...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...
GroupDocs.Comparison Cloud allows to compare more than 2 documents that are protected with a password.
The following code sample shows how to compare password-protected documents.
API usage There are steps that usage of GroupDocs.Comparison Cloud consists of:
Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " \ -d...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...
This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of properties.
Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....application/json" \ -H "Authorization: Bearer <jwt token>" \ -d...
Text Strikeout annotation marks text fragment with a strikethrough styling
API usage There are steps that usage of GroupDocs.Annotation Cloud consists of:
Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser.
cURL example Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....application/json" \ -H "Authorization: Bearer $JWT_TOKEN " \ -d...application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN"...