Next Generation GroupDocs.STorage for Cloud is a new and improved REST API for performing different STorage related operations in Cloud Apps/Websites...doc"](https://api.groupdocs.cloud/v1...path=testfile.doc) -X PUT \ -T C:/testfile.doc \ -H "Content-Type:...
Create an account Creating an account is very simple. Go To https://dashboard.groupDocs.cloud To create a free account.
Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get Client Id and Client Secret. That will be used To invoke the GroupDocs Cloud API.
You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
This REST API allows To remove metadata properties from the Document choosing the properties with specified name.
cURL example The following example demonstrates how To remove metadata properties that may have names containing “Application” string.
Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example To join several Documents inTo one curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
This REST API allows setting Portrait or Landscape page orientation for specific or all Document pages. The result is a new Document that has orientation changed for specified pages. There are several ways To specify desired page numbers:
Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability To get only even/odd pages from the specified page range by setting RangeMode property. For protected Documents, it is also required To provide a password....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
Batch classification allows To classify a group of texts (up To 10) in one request. This API retrieves batch classification result for IAB-2, Documents, Sentiment, or Sentiment3 taxonomies. It returns an object that contains information about the best classes for all the texts in the request and their probabilities.
See classify/batch request parameters for request’s details.
Limitations Only the first 10 texts will be processed.
Resource This resource represents a controller for single call batch of texts classification....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
This REST API provides a move page feature that allows you To manipulate page ordering by moving any page(s) To a new position within a Document. For moving page To a new position, it’s needed To specify current and new page numbers along with the path ToDocument in sTorage. For protected Documents, it is also required To provide a password. The table below contains the full list of properties that can be specified while moving Document pages....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
Нow-To insert different types of elements, such as hyperlinks, bookmarks, barcodes, inTo reports dynamically using GroupDocs Assembly Cloud....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
Download File API This API allows you To download a file from GroupDocs Cloud STorage.
API Explorer GroupDocs.signatureCloud API Reference lets you To try out Download a File API right away in your browser! It allows you To effortlessly interact and try out every single operation our APIs exposes.
Request parameters Parameter Description Path Path of the file including file name and extension e.g. /Folder1/file.ext Required. Can be passed as query string parameter or as part of the URL sTorageName Name of the sTorage....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...