This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product.
Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example.
HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types.
Request * First get JSON Web Token * Please get your Client Id and ClientSecret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "Client_id" and ClientSecret in "Client_Secret" argument....Please get your Client Id and ClientSecret from https://dashboard...place Client Id in "client_id" and ClientSecret in "client_secret"...
This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name.
cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name.
Request # First get JSON Web Token # Please get your Client Id and ClientSecret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in Client_id and ClientSecret in "Client_Secret" argument. curl -v "https://api....Please get your Client Id and ClientSecret from https://dashboard...place Client Id in client_id and ClientSecret in "client_secret"...
This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value.
cURL example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value.
Request # First get JSON Web Token # Please get your Client Id and ClientSecret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in Client_id and ClientSecret in "Client_Secret" argument....Please get your Client Id and ClientSecret from https://dashboard...place Client Id in client_id and ClientSecret in "client_secret"...
This REST API allows to remove metadata properties from the document choosing the properties with names matching the specified regular expression.
cURL example The following example demonstrates how to remove metadata properties that match regular expression “^[N]ame[A-Z].*”.
Request # First get JSON Web Token # Please get your Client Id and ClientSecret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in Client_id and ClientSecret in "Client_Secret" argument. curl -v "https://api....Please get your Client Id and ClientSecret from https://dashboard...place Client Id in client_id and ClientSecret in "client_secret"...
This REST API allows to extract whole metadata properties tree.
cURL example The following example demonstrates how to retrieve all metadata properties.
Request # First get JSON Web Token # Please get your Client Id and ClientSecret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in Client_id and ClientSecret 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....Please get your Client Id and ClientSecret from https://dashboard...place Client Id in client_id and ClientSecret in "client_secret"...
This REST API allows to set document metadata new values choosing properties which values are matching the specified.
cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value.
Request # First get JSON Web Token # Please get your Client Id and ClientSecret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in Client_id and ClientSecret in "Client_Secret" argument. curl -v "https://api....Please get your Client Id and ClientSecret from https://dashboard...place Client Id in client_id and ClientSecret in "client_secret"...
Get familiar with GroupDocs.Translation Cloud by running a bare minimum example....JWT token, get the Client ID and ClientSecret credentials: Sign...the values from Client Id and ClientSecret fields. Now request...
Get familiar with GroupDocs.Rewriter Cloud by running a bare minimum example....JWT token, get the Client ID and ClientSecret credentials: Sign...the values from Client Id and ClientSecret fields. Now request...
This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document:
Document file extension; Document size in bytes; Document file format. Pages count Password protection Resources HTTP POST ~/info Swagger UI lets you call this REST API directly from the browser.
cURL example Request * First get JSON Web Token * Please get your Client Id and ClientSecret from https://dashboard....Please get your Client Id and ClientSecret from https://dashboard...place Client Id in "client_id" and ClientSecret in "client_secret"...
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.
Request # First get JSON Web Token # Please get your Client Id and ClientSecret from https://dashboard....Please get your Client Id and ClientSecret from https://dashboard...place Client Id in client_id and ClientSecret in "client_secret"...