This REST API allows To extract whole metadata properties tree.
cURL example The following example demonstrates how To retrieve all metadata properties.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example To join several Documents inTo one curl -v "https://api.groupDocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_ToKEN" \ -d '{ "FileInfo": { "FilePath": "Documents/input....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
This Document outlines the design of a REST-based API for GroupDocs Cloud, it covers both the structure of REST URLs as well as specific behavior linked To the API such as Authentication, Request Queuing, and STorage. The GroupDocs Cloud API will give developers access To all the key functions of the downloadable GroupDocs components through a Software as a Service hosted model.
There will be 3 sub-components within the API design (although these are largely transparent To the end-user);...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
Create Account For details on how To create a new account please check Create a new Account.
Apply Client Id and Client Secret For details on how To get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret.
Free Plan Our free plan allows you To use Cloud APIs as you would normally. It only applies the limitation To the data that can be processed with the APIs....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
GroupDocs Assembly Cloud developer kit installation instructions for .NET (C#), Java, PHP, C++, Node.JS, Ruby, Python, Swift, Golang programming languages....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
GroupDocs.Watermark Cloud is a REST API for managing watermarks in the Documents of different file formats.
It provides easy To use watermarking methods. It also allows you To search and remove previously added watermarks of popular types (including watermarks added by third-party Tools) in a Document.
The API provides straightforward and easy To use set of methods To add, search, and remove watermarks in supported file formats.
Adding Watermarks GroupDocs.Watermark Cloud allows To add text/image watermarks To supported Document formats and images and save resultant file....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
GroupDocs.Watermark Cloud is a REST API for managing watermarks in the Documents of different file formats. It provides easy To use watermarking methods. It also allows you To search and remove previously added watermarks of popular types (including watermarks added by third-party Tools) in a Document.
The API provides straightforward and easy To use set of methods To add, search, and remove watermarks in supported file formats....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
This REST API provides the functionality To retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. 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. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
This REST API allows To add metadata properties To the Document choosing the right place To add by exact tag and category name.
cURL example The following example demonstrates how To add metadata date and time information in all properties that have specified tag.
Linux/MacOS/Bash # Get JWT Token curl -v 'https://api.groupDocs.cloud/connect/Token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # Join several Documents inTo one curl -v 'https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
This REST API allows To add metadata properties To the Document choosing the right place To add by approximate or a part of metadata tag name.
This API allows you To specify any part of metadata tag name or tag category name.
cURL example The following example demonstrates how To add metadata date and time information in all properties that have particular string phrase in theirs tag names.
Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...