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....Please get your Client Id and Client Secret from https://dashboard...place Client Id in "client_id" and Client Secret in "client_secret"...