This REST Api allows you to add metadata information as properties with specified name.
cURL example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value.
Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. 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 curl -v "https://Api....feedback On this page This REST API allows you to add metadata information...variables. curl -v "https://api.groupdocs.cloud/connect/token"...