This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name.
Curl example The following example demonstrates how to extract metadata information from all properties with Created tag.
Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables CLIENT_ID and CLIENT_SECRET. 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" # Curl example to join several documents into one Curl -v "https://api....Comparison Product Solution GroupDocs...exact tag and category name. cURL example The following example...