This REST API allows obtaining basic information about the document. 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; Document page count. The table below contains the full list of properties.
|Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage....Us Contact Customers Legal Security Events Acquisition GroupDocs...
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....Us Contact Customers Legal Security Events Acquisition GroupDocs...
This REST API allows to extract metadata properties from the document choosing the properties to extract 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 extract metadata creator information from all properties that have particular string phrase in theirs tag names.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Us Contact Customers Legal Security Events Acquisition GroupDocs...
This REST API allows to obtain tags and properties information from document metadata. Endpoint accepts document storage path as input payload.
Operation traverses whole metadata tree packages and retrieve properties within the package.
The table below contains the full list of properties.
Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name Could be omitted for default storage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....Us Contact Customers Legal Security Events Acquisition GroupDocs...
Enhance your Drupal website with the ability to display PDF and Microsoft Office documents: high-fidelity rendering, browser-agnostic, no plugins required....use secure Amazon EC2 infrastructure to ensure security of your...
This REST API allows you to add metadata information as properties which names are match the specified regular expression.
cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name.
Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. 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" # Add metadata to a document (example) curl -v "https://api....Us Contact Customers Legal Security Events Acquisition GroupDocs...
This REST API allows to set document metadata new values choosing properties with specified name.
cURL example The following example demonstrates how to set metadata date and time information in all properties that may have names containing “Date” value.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api....Us Contact Customers Legal Security Events Acquisition GroupDocs...