Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 581 for

editor curl

(0.04 sec)
  1. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name Curl example Request Curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language....Editor Product Solution GroupDocs...storageName Storage name cURL example Request curl -X GET "https://api...

    docs.groupdocs.cloud/comparison/working-with-st...
  2. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name Curl example Request Curl -X GET "https://api.groupdocs.cloud/v1.0/watermark/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Editor Product Solution GroupDocs...storageName Storage name cURL example Request curl -X GET "https://api...

    docs.groupdocs.cloud/watermark/working-with-sto...
  3. Rendering Email Messages | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 When rendering email messages by GroupDocs.Viewer uses English language to render field labels such as (From, To, Subject etc.). To change field labels you can set FieldLabels on EmailOptions class. Viewer supports following field labels: Field Label Anniversary Anniversary Bcc Bcc Birthday Birthday Business Business Business Address Business Address Business Fax Business Fax BusinessHomepage BusinessHomepage Company Company Department Department Email Email Email Display As Email Display As Email2 Email2 Email2 Display As Email2 Display As Email3 Email3 Email3 Display As Email3 Display As End End First Name First Name From From Full Name Full Name Gender Gender Hobbies Hobbies Home Address Home Address Importance Importance Job Title Job Title Last Name Last Name Location Location Middle Name Middle Name Mobile Mobile Organizer Organizer Other Address Other Address PersonalHomepage PersonalHomepage Profession Profession Recurrence Recurrence Recurrence Pattern Recurrence Pattern Required Attendees Required Attendees Sent Sent Show Time As Show Time As Spouse/Partner Spouse/Partner Start Start Subject Subject To To User Field 1 User Field 1 User Field 2 User Field 2 User Field 3 User Field 3 User Field 4 User Field 4 The following GroupDocs....Editor Product Solution GroupDocs...resource has been used to . cURL example Request # Set field...

    docs.groupdocs.cloud/viewer/rendering-email-mes...
  4. Add Metadata By Property Name Match Exact Phras...

    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 with the same name as specified. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. Curl -v "https://api....Editor Product Solution GroupDocs...properties with specified name. cURL example The following example...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  5. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. Curl example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. Curl -v "https://api....Editor Product Solution GroupDocs...exact tag and category name. cURL example The following example...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  6. Extract Metadata By Property Value | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties which values are matching the specified value. Curl example The following example demonstrates how to extract metadata information from all properties with the “Microsoft Office Word” value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....Editor Product Solution GroupDocs...matching the specified value. cURL example The following example...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  7. Remove Metadata By Property Name Match Regex | ...

    This REST API allows to remove metadata properties from the document choosing the properties with names matching the specified regular expression. Curl example The following example demonstrates how to remove metadata properties that match regular expression “^[N]ame[A-Z].*”. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. Curl -v "https://api....Editor Product Solution GroupDocs...specified regular expression. cURL example The following example...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  8. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. Curl example The following example demonstrates how to retrieve all metadata properties. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id 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....Editor Product Solution GroupDocs...whole metadata properties tree. cURL example The following example...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  9. Remove Metadata By Property Value | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties which values are matching the specified. Curl example The following example demonstrates how to remove metadata properties with the “Microsoft Office Word” value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. Curl -v "https://api....Editor Product Solution GroupDocs...are matching the specified. cURL example The following example...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. Curl example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id 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 get document information Curl -v "https://api....Editor Product Solution GroupDocs...API directly from the browser. cURL example Request # First get...

    docs.groupdocs.cloud/metadata/get-supported-fil...