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.
Request # First get JSON Web Token # Please get your ClientId and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place ClientId in Client_Id and Client Secret in "Client_secret" argument. curl -v "https://api....Token # Please get your ClientId and Client Secret from https://dashboard...place ClientId in client_id and Client Secret in "client_secret"...
This REST API allows to extract metadata properties from the document choosing the properties to extract by name.
cURL example The following example demonstrates how to extract metadata information from all properties with the exact same name as specified.
Request # First get JSON Web Token # Please get your ClientId and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place ClientId in Client_Id and Client Secret in "Client_secret" argument. curl -v "https://api....Token # Please get your ClientId and Client Secret from https://dashboard...place ClientId in client_id and Client Secret in "client_secret"...
This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example.
cURL example The following example demonstrates how to extract text from the whole document.
Request # First get JSON Web Token # Please get your ClientId and Client Secret from https://dashboard....Token # Please get your ClientId and Client Secret from https://dashboard...place ClientId in "client_id" and Client Secret in "client_secret"...
This REST API allows to extract metadata properties from the document choosing the properties to extract by name.
cURL example The following example demonstrates how to extract metadata information from all properties that have “Date” string in names.
Request # First get JSON Web Token # Please get your ClientId and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place ClientId in Client_Id and Client Secret in "Client_secret" argument. curl -v "https://api....Token # Please get your ClientId and Client Secret from https://dashboard...place ClientId in client_id and Client Secret in "client_secret"...
This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product.
Resources The following GroupDocs.Parser 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 ClientId and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place ClientId in "Client_Id" and Client Secret in "Client_secret" argument....Token # Please get your ClientId and Client Secret from https://dashboard...place ClientId in "client_id" and Client Secret in "client_secret"...
This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression.
cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”.
Request # First get JSON Web Token # Please get your ClientId and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place ClientId in Client_Id and Client Secret in "Client_secret" argument. curl -v "https://api....Token # Please get your ClientId and Client Secret from https://dashboard...place ClientId in client_id and Client Secret in "client_secret"...
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 information to all properties with the exact same name as specified.
Request # First get JSON Web Token # Please get your ClientId and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place ClientId in Client_Id and Client Secret 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....Token # Please get your ClientId and Client Secret from https://dashboard...place ClientId in client_id and Client Secret in "client_secret"...
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.
Request # First get JSON Web Token # Please get your ClientId and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place ClientId in Client_Id and Client Secret in "Client_secret" argument. curl -v "https://api....Token # Please get your ClientId and Client Secret from https://dashboard...place ClientId in client_id and Client Secret in "client_secret"...
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.
Request # First get JSON Web Token # Please get your ClientId and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place ClientId in Client_Id and Client Secret in "Client_secret" argument. curl -v "https://api....Token # Please get your ClientId and Client Secret from https://dashboard...place ClientId in client_id and Client Secret in "client_secret"...
Get familiar with GroupDocs.Rewriter Cloud by running a bare minimum example....a JWT token, get the ClientID and Client Secret credentials:...copy the values from ClientId and Client Secret fields. Now request...