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....Watermark Product Solution GroupDocs...Documentation / GroupDocs.Watermark Cloud / Developer Guide /...
Download File API This API allows you to download a file from GroupDocs Cloud Storage.
API Explorer GroupDocs.Watermark Cloud API Reference lets you try out Download a File 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 Path Path of the file including file name and extension e.g. /Folder1/file.extRequired. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....Watermark Product Solution GroupDocs...Documentation / GroupDocs.Watermark Cloud / Developer Guide /...
Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage.
API Explorer GroupDocs.Watermark Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....Watermark Product Solution GroupDocs...Documentation / GroupDocs.Watermark Cloud / Developer Guide /...
Document Editing REST API allows editing word-processing documents, spreadsheets, presentations, and web documents like HTML in C#, Java, PHP, Python, etc.... Developers can use cURL to interact with GroupDocs.Editor...
This REST API allows getting a list of all file formats supported by GroupDocs.Watermark 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....Watermark Product Solution GroupDocs...Documentation / GroupDocs.Watermark Cloud / Developer Guide /...
Learn how to convert JSON to HTML using Java. This guide explains step-by-step methods for JSON to HTML conversion using GroupDocs.Conversion Cloud SDK....Convert JSON to Web Page with cURL JSON to HTML Conversion API...Convert JSON to Web Page with cURL # The conversion of JSON file...
Learn how to convert PDF to HTML using Java REST API. A simple and efficient way to transform PDFs into web-friendly HTML format....Convert PDF to Web Page using cURL Commands REST API for PDF to...Convert PDF to Web Page using cURL Commands # For command-line...
GroupDocs.Conversion Cloud REST API support conversion of 65+ document formats. It provides high-quality output quickly and reliably...and add watermark at the same time. We are using cURL for the...a DOCX file to PDF an add watermark text as following Get authentication...