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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...add metadata date and time information in all properties that have...